Html Css Color HEX #09097C Navy

📋 copy color: '#09097C'

red 9 ◦ green 9 ◦ blue 124

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

Shades of Navy #09097C

Tints of Navy #09097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.34%

 BLUE value IS 124 (48.83% from 255) = 87.32%

R = 6.34%
G = 6.34%
B = 87.32%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09097C (or 0x09097C) is known color: Navy. HEX triplet: 09, 09 and 7C. RGB value is (9,9,124). Sum of RGB (Red+Green+Blue) = 9+9+124=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 124 (48.83% from 255 or 87.32% from 142); Max value from RGB is 124 - color contains mainly: blue. Hex color #09097C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09097C is #F6F683. Grayscale: #151515. Windows color (decimal): -16184964 or 8128777. OLE color: 8128777.

HSL color Cylindrical-coordinate representation of color #09097C: hue angle of 240º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09097C is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 9 124 -
CMYK 0.93 0.93 0 0.51
HSL 240º 0.86% 0.26% -
HSV(B) 240º 0.93% 0.49% -
XYZ 3.85 1.71 19.2 -
YUV 22.11 185.5 118.65 -
System Red Green Blue C M Y K H S L
Decimal 9 9 124 0.93 0.93 0 0.51 240 0.86 0.26
Hex 9 9 7C 5D 5D 0 33 F0 56 1A
Octal 11 11 174 135 135 0 63 360 126 32
Binary 1001 1001 1111100 1011101 1011101 0 110011 11110000 1010110 11010

Color Harmonies of #09097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09097C

Black with #09097C

Text Example


Text Example

White with #09097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,9,124); }

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

background-color css

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

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

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

border-color css

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

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

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