Html Css Color HEX #09007F Navy

📋 copy color: '#09007F'

red 9 ◦ green 0 ◦ blue 127

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

Shades of Navy #09007F

Tints of Navy #09007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 93.38%

R = 6.62%
G = 0%
B = 93.38%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09007F (or 0x09007F) is known color: Navy. HEX triplet: 09, 00 and 7F. RGB value is (9,0,127). Sum of RGB (Red+Green+Blue) = 9+0+127=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 127 (50% from 255 or 93.38% from 136); Max value from RGB is 127 - color contains mainly: blue. Hex color #09007F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09007F is #F6FF80. Grayscale: #101010. Windows color (decimal): -16187265 or 8323081. OLE color: 8323081.

HSL color Cylindrical-coordinate representation of color #09007F: hue angle of 244.25º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09007F is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 0 127 -
CMYK 0.93 1 0 0.50
HSL 244.25º 1% 0.25% -
HSV(B) 244.25º 1% 0.5% -
XYZ 3.94 1.59 20.18 -
YUV 17.17 189.98 122.17 -
System Red Green Blue C M Y K H S L
Decimal 9 0 127 0.93 1 0 0.50 244.25 1 0.25
Hex 9 0 7F 5D 64 0 32 F4 64 19
Octal 11 0 177 135 144 0 62 364 144 31
Binary 1001 0 1111111 1011101 1100100 0 110010 11110100 1100100 11001

Color Harmonies of #09007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09007F

Black with #09007F

Text Example


Text Example

White with #09007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09007F; }

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

 H1.HeaderClassName
 {
   color: #09007F;
 }
 .AnyTagClassName
 {
   color: #09007F;
 }
</style>

background-color css

<style>
 a { background-color: #09007F; }

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

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

border-color css

<style>
 span { border-color: #09007F; }

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

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