Html Css Color HEX #09006D Navy

📋 copy color: '#09006D'

red 9 ◦ green 0 ◦ blue 109

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

Shades of Navy #09006D

Tints of Navy #09006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 92.37%

R = 7.63%
G = 0%
B = 92.37%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09006D (or 0x09006D) is known color: Navy. HEX triplet: 09, 00 and 6D. RGB value is (9,0,109). Sum of RGB (Red+Green+Blue) = 9+0+109=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 109 (42.97% from 255 or 92.37% from 118); Max value from RGB is 109 - color contains mainly: blue. Hex color #09006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09006D is #F6FF92. Grayscale: #0E0E0E. Windows color (decimal): -16187283 or 7143433. OLE color: 7143433.

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

Color convert

RGB 9 0 109 -
CMYK 0.92 1 0 0.57
HSL 244.95º 1% 0.21% -
HSV(B) 244.95º 1% 0.43% -
XYZ 2.87 1.16 14.54 -
YUV 15.12 180.98 123.64 -
System Red Green Blue C M Y K H S L
Decimal 9 0 109 0.92 1 0 0.57 244.95 1 0.21
Hex 9 0 6D 5C 64 0 39 F5 64 15
Octal 11 0 155 134 144 0 71 365 144 25
Binary 1001 0 1101101 1011100 1100100 0 111001 11110101 1100100 10101

Color Harmonies of #09006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09006D

Black with #09006D

Text Example


Text Example

White with #09006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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