Html Css Color HEX #09006A Navy

📋 copy color: '#09006A'

red 9 ◦ green 0 ◦ blue 106

#09006A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #09006A

Tints of Navy #09006A

RGB

 RED value IS 9 (3.91% from 255) = 7.83%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 106 (41.8% from 255) = 92.17%

R = 7.83%
G = 0%
B = 92.17%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#09006A (or 0x09006A) is known color: Navy. HEX triplet: 09, 00 and 6A. RGB value is (9,0,106). Sum of RGB (Red+Green+Blue) = 9+0+106=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 106 (41.80% from 255 or 92.17% from 115); Max value from RGB is 106 - color contains mainly: blue. Hex color #09006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09006A is #F6FF95. Grayscale: #0E0E0E. Windows color (decimal): -16187286 or 6946825. OLE color: 6946825.

HSL color Cylindrical-coordinate representation of color #09006A: hue angle of 245.09º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09006A is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 0 106 -
CMYK 0.92 1 0 0.58
HSL 245.09º 1% 0.21% -
HSV(B) 245.09º 1% 0.42% -
XYZ 2.71 1.1 13.7 -
YUV 14.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 9 0 106 0.92 1 0 0.58 245.09 1 0.21
Hex 9 0 6A 5C 64 0 3A F5 64 15
Octal 11 0 152 134 144 0 72 365 144 25
Binary 1001 0 1101010 1011100 1100100 0 111010 11110101 1100100 10101

Color Harmonies of #09006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09006A

Black with #09006A

Text Example


Text Example

White with #09006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09006A; }

 p { color: rgb(9,0,106); }

 H1.HeaderClassName
 {
   color: #09006A;
 }
 .AnyTagClassName
 {
   color: #09006A;
 }
</style>

background-color css

<style>
 a { background-color: #09006A; }

 a { background-color: rgb(9,0,106); }

 div.DivClassName
 {
   background-color: #09006A;
 }
 .BgClassName
 {
   background-color: #09006A;
 }
</style>

border-color css

<style>
 span { border-color: #09006A; }

 span { border-color: rgb(9,0,106); }

 td.TdClassName
 {
   border-color: #09006A;
 }
 .TagClassName
 {
   border-color: #09006A;
 }
</style>