Html Css Color HEX #09127C Navy

📋 copy color: '#09127C'

red 9 ◦ green 18 ◦ blue 124

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

Shades of Navy #09127C

Tints of Navy #09127C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 82.12%

R = 5.96%
G = 11.92%
B = 82.12%

CMYK

 C value IS 0.93

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09127C (or 0x09127C) is known color: Navy. HEX triplet: 09, 12 and 7C. RGB value is (9,18,124). Sum of RGB (Red+Green+Blue) = 9+18+124=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #09127C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09127C is #F6ED83. Grayscale: #1A1A1A. Windows color (decimal): -16182660 or 8131081. OLE color: 8131081.

HSL color Cylindrical-coordinate representation of color #09127C: hue angle of 235.3º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09127C is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 18 124 -
CMYK 0.93 0.85 0 0.51
HSL 235.3º 0.86% 0.26% -
HSV(B) 235.3º 0.93% 0.49% -
XYZ 3.97 1.95 19.24 -
YUV 27.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 9 18 124 0.93 0.85 0 0.51 235.3 0.86 0.26
Hex 9 12 7C 5D 55 0 33 EB 56 1A
Octal 11 22 174 135 125 0 63 353 126 32
Binary 1001 10010 1111100 1011101 1010101 0 110011 11101011 1010110 11010

Color Harmonies of #09127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09127C

Black with #09127C

Text Example


Text Example

White with #09127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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