Html Css Color HEX #09006F Navy

📋 copy color: '#09006F'

red 9 ◦ green 0 ◦ blue 111

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

Shades of Navy #09006F

Tints of Navy #09006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 7.5%
G = 0%
B = 92.5%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#09006F (or 0x09006F) is known color: Navy. HEX triplet: 09, 00 and 6F. RGB value is (9,0,111). Sum of RGB (Red+Green+Blue) = 9+0+111=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 111 (43.75% from 255 or 92.5% from 120); Max value from RGB is 111 - color contains mainly: blue. Hex color #09006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09006F is #F6FF90. Grayscale: #0E0E0E. Windows color (decimal): -16187281 or 7274505. OLE color: 7274505.

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

Color convert

RGB 9 0 111 -
CMYK 0.92 1 0 0.56
HSL 244.86º 1% 0.22% -
HSV(B) 244.86º 1% 0.44% -
XYZ 2.98 1.21 15.11 -
YUV 15.35 181.98 123.47 -
System Red Green Blue C M Y K H S L
Decimal 9 0 111 0.92 1 0 0.56 244.86 1 0.22
Hex 9 0 6F 5C 64 0 38 F5 64 16
Octal 11 0 157 134 144 0 70 365 144 26
Binary 1001 0 1101111 1011100 1100100 0 111000 11110101 1100100 10110

Color Harmonies of #09006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09006F

Black with #09006F

Text Example


Text Example

White with #09006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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