Html Css Color HEX #09056F Navy

📋 copy color: '#09056F'

red 9 ◦ green 5 ◦ blue 111

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

Shades of Navy #09056F

Tints of Navy #09056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

 BLUE value IS 111 (43.75% from 255) = 88.8%

R = 7.2%
G = 4%
B = 88.8%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09056F (or 0x09056F) is known color: Navy. HEX triplet: 09, 05 and 6F. RGB value is (9,5,111). Sum of RGB (Red+Green+Blue) = 9+5+111=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 111 (43.75% from 255 or 88.8% from 125); Max value from RGB is 111 - color contains mainly: blue. Hex color #09056F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09056F is #F6FA90. Grayscale: #111111. Windows color (decimal): -16186001 or 7275785. OLE color: 7275785.

HSL color Cylindrical-coordinate representation of color #09056F: hue angle of 242.26º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09056F is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 5 111 -
CMYK 0.92 0.95 0 0.56
HSL 242.26º 0.91% 0.23% -
HSV(B) 242.26º 0.95% 0.44% -
XYZ 3.04 1.31 15.13 -
YUV 18.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 9 5 111 0.92 0.95 0 0.56 242.26 0.91 0.23
Hex 9 5 6F 5C 5F 0 38 F2 5B 17
Octal 11 5 157 134 137 0 70 362 133 27
Binary 1001 101 1101111 1011100 1011111 0 111000 11110010 1011011 10111

Color Harmonies of #09056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09056F

Black with #09056F

Text Example


Text Example

White with #09056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,5,111); }

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

background-color css

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

 a { background-color: rgb(9,5,111); }

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

border-color css

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

 span { border-color: rgb(9,5,111); }

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