Html Css Color HEX #09046A Navy

📋 copy color: '#09046A'

red 9 ◦ green 4 ◦ blue 106

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

Shades of Navy #09046A

Tints of Navy #09046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 89.08%

R = 7.56%
G = 3.36%
B = 89.08%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09046A (or 0x09046A) is known color: Navy. HEX triplet: 09, 04 and 6A. RGB value is (9,4,106). Sum of RGB (Red+Green+Blue) = 9+4+106=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 106 (41.80% from 255 or 89.08% from 119); Max value from RGB is 106 - color contains mainly: blue. Hex color #09046A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09046A is #F6FB95. Grayscale: #101010. Windows color (decimal): -16186262 or 6947849. OLE color: 6947849.

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

Color convert

RGB 9 4 106 -
CMYK 0.92 0.96 0 0.58
HSL 242.94º 0.93% 0.22% -
HSV(B) 242.94º 0.96% 0.42% -
XYZ 2.76 1.19 13.72 -
YUV 17.12 178.16 122.21 -
System Red Green Blue C M Y K H S L
Decimal 9 4 106 0.92 0.96 0 0.58 242.94 0.93 0.22
Hex 9 4 6A 5C 60 0 3A F3 5D 16
Octal 11 4 152 134 140 0 72 363 135 26
Binary 1001 100 1101010 1011100 1100000 0 111010 11110011 1011101 10110

Color Harmonies of #09046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09046A

Black with #09046A

Text Example


Text Example

White with #09046A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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