Html Css Color HEX #09046D Navy

📋 copy color: '#09046D'

red 9 ◦ green 4 ◦ blue 109

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

Shades of Navy #09046D

Tints of Navy #09046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

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

R = 7.38%
G = 3.28%
B = 89.34%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09046D (or 0x09046D) is known color: Navy. HEX triplet: 09, 04 and 6D. RGB value is (9,4,109). Sum of RGB (Red+Green+Blue) = 9+4+109=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 109 (42.97% from 255 or 89.34% from 122); Max value from RGB is 109 - color contains mainly: blue. Hex color #09046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09046D is #F6FB92. Grayscale: #111111. Windows color (decimal): -16186259 or 7144457. OLE color: 7144457.

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

Color convert

RGB 9 4 109 -
CMYK 0.92 0.96 0 0.57
HSL 242.86º 0.93% 0.22% -
HSV(B) 242.86º 0.96% 0.43% -
XYZ 2.92 1.25 14.56 -
YUV 17.47 179.66 121.96 -
System Red Green Blue C M Y K H S L
Decimal 9 4 109 0.92 0.96 0 0.57 242.86 0.93 0.22
Hex 9 4 6D 5C 60 0 39 F3 5D 16
Octal 11 4 155 134 140 0 71 363 135 26
Binary 1001 100 1101101 1011100 1100000 0 111001 11110011 1011101 10110

Color Harmonies of #09046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09046D

Black with #09046D

Text Example


Text Example

White with #09046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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