Html Css Color HEX #09107F Navy

📋 copy color: '#09107F'

red 9 ◦ green 16 ◦ blue 127

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

Shades of Navy #09107F

Tints of Navy #09107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.53%

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

R = 5.92%
G = 10.53%
B = 83.55%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09107F (or 0x09107F) is known color: Navy. HEX triplet: 09, 10 and 7F. RGB value is (9,16,127). Sum of RGB (Red+Green+Blue) = 9+16+127=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #09107F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09107F is #F6EF80. Grayscale: #1A1A1A. Windows color (decimal): -16183169 or 8327177. OLE color: 8327177.

HSL color Cylindrical-coordinate representation of color #09107F: hue angle of 236.44º 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 #09107F is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 16 127 -
CMYK 0.93 0.87 0 0.50
HSL 236.44º 0.87% 0.27% -
HSV(B) 236.44º 0.93% 0.5% -
XYZ 4.13 1.96 20.24 -
YUV 26.56 184.68 115.47 -
System Red Green Blue C M Y K H S L
Decimal 9 16 127 0.93 0.87 0 0.50 236.44 0.87 0.27
Hex 9 10 7F 5D 57 0 32 EC 57 1B
Octal 11 20 177 135 127 0 62 354 127 33
Binary 1001 10000 1111111 1011101 1010111 0 110010 11101100 1010111 11011

Color Harmonies of #09107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09107F

Black with #09107F

Text Example


Text Example

White with #09107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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