Html Css Color HEX #09046C Navy

📋 copy color: '#09046C'

red 9 ◦ green 4 ◦ blue 108

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

Shades of Navy #09046C

Tints of Navy #09046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 89.26%

R = 7.44%
G = 3.31%
B = 89.26%

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

#09046C (or 0x09046C) is known color: Navy. HEX triplet: 09, 04 and 6C. RGB value is (9,4,108). Sum of RGB (Red+Green+Blue) = 9+4+108=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 108 (42.58% from 255 or 89.26% from 121); Max value from RGB is 108 - color contains mainly: blue. Hex color #09046C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09046C is #F6FB93. Grayscale: #101010. Windows color (decimal): -16186260 or 7078921. OLE color: 7078921.

HSL color Cylindrical-coordinate representation of color #09046C: hue angle of 242.88º 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 #09046C is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 4 108 -
CMYK 0.92 0.96 0 0.58
HSL 242.88º 0.93% 0.22% -
HSV(B) 242.88º 0.96% 0.42% -
XYZ 2.86 1.23 14.27 -
YUV 17.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 9 4 108 0.92 0.96 0 0.58 242.88 0.93 0.22
Hex 9 4 6C 5C 60 0 3A F3 5D 16
Octal 11 4 154 134 140 0 72 363 135 26
Binary 1001 100 1101100 1011100 1100000 0 111010 11110011 1011101 10110

Color Harmonies of #09046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09046C

Black with #09046C

Text Example


Text Example

White with #09046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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