Html Css Color HEX #09127F Navy

📋 copy color: '#09127F'

red 9 ◦ green 18 ◦ blue 127

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

Shades of Navy #09127F

Tints of Navy #09127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.69%

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

R = 5.84%
G = 11.69%
B = 82.47%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09127F (or 0x09127F) is known color: Navy. HEX triplet: 09, 12 and 7F. RGB value is (9,18,127). Sum of RGB (Red+Green+Blue) = 9+18+127=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 127 (50% from 255 or 82.47% from 154); Max value from RGB is 127 - color contains mainly: blue. Hex color #09127F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09127F is #F6ED80. Grayscale: #1B1B1B. Windows color (decimal): -16182657 or 8327689. OLE color: 8327689.

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

Color convert

RGB 9 18 127 -
CMYK 0.93 0.86 0 0.50
HSL 235.42º 0.87% 0.27% -
HSV(B) 235.42º 0.93% 0.5% -
XYZ 4.16 2.02 20.25 -
YUV 27.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 9 18 127 0.93 0.86 0 0.50 235.42 0.87 0.27
Hex 9 12 7F 5D 56 0 32 EB 57 1B
Octal 11 22 177 135 126 0 62 353 127 33
Binary 1001 10010 1111111 1011101 1010110 0 110010 11101011 1010111 11011

Color Harmonies of #09127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09127F

Black with #09127F

Text Example


Text Example

White with #09127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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