Html Css Color HEX #09076B Navy

📋 copy color: '#09076B'

red 9 ◦ green 7 ◦ blue 107

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

Shades of Navy #09076B

Tints of Navy #09076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 86.99%

R = 7.32%
G = 5.69%
B = 86.99%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09076B (or 0x09076B) is known color: Navy. HEX triplet: 09, 07 and 6B. RGB value is (9,7,107). Sum of RGB (Red+Green+Blue) = 9+7+107=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 107 (42.19% from 255 or 86.99% from 123); Max value from RGB is 107 - color contains mainly: blue. Hex color #09076B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09076B is #F6F894. Grayscale: #121212. Windows color (decimal): -16185493 or 7014153. OLE color: 7014153.

HSL color Cylindrical-coordinate representation of color #09076B: hue angle of 241.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09076B is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 7 107 -
CMYK 0.92 0.93 0 0.58
HSL 241.2º 0.88% 0.22% -
HSV(B) 241.2º 0.93% 0.42% -
XYZ 2.84 1.27 14.01 -
YUV 19 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 9 7 107 0.92 0.93 0 0.58 241.2 0.88 0.22
Hex 9 7 6B 5C 5D 0 3A F1 58 16
Octal 11 7 153 134 135 0 72 361 130 26
Binary 1001 111 1101011 1011100 1011101 0 111010 11110001 1011000 10110

Color Harmonies of #09076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09076B

Black with #09076B

Text Example


Text Example

White with #09076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09076B; }

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

 H1.HeaderClassName
 {
   color: #09076B;
 }
 .AnyTagClassName
 {
   color: #09076B;
 }
</style>

background-color css

<style>
 a { background-color: #09076B; }

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

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

border-color css

<style>
 span { border-color: #09076B; }

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

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