Html Css Color HEX #09077C Navy

📋 copy color: '#09077C'

red 9 ◦ green 7 ◦ blue 124

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

Shades of Navy #09077C

Tints of Navy #09077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5%

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

R = 6.43%
G = 5%
B = 88.57%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09077C (or 0x09077C) is known color: Navy. HEX triplet: 09, 07 and 7C. RGB value is (9,7,124). Sum of RGB (Red+Green+Blue) = 9+7+124=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 124 (48.83% from 255 or 88.57% from 140); Max value from RGB is 124 - color contains mainly: blue. Hex color #09077C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09077C is #F6F883. Grayscale: #141414. Windows color (decimal): -16185476 or 8128265. OLE color: 8128265.

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

Color convert

RGB 9 7 124 -
CMYK 0.93 0.94 0 0.51
HSL 241.03º 0.89% 0.26% -
HSV(B) 241.03º 0.94% 0.49% -
XYZ 3.83 1.67 19.19 -
YUV 20.94 186.16 119.49 -
System Red Green Blue C M Y K H S L
Decimal 9 7 124 0.93 0.94 0 0.51 241.03 0.89 0.26
Hex 9 7 7C 5D 5E 0 33 F1 59 1A
Octal 11 7 174 135 136 0 63 361 131 32
Binary 1001 111 1111100 1011101 1011110 0 110011 11110001 1011001 11010

Color Harmonies of #09077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09077C

Black with #09077C

Text Example


Text Example

White with #09077C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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