Html Css Color HEX #091380 Navy

📋 copy color: '#091380'

red 9 ◦ green 19 ◦ blue 128

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

Shades of Navy #091380

Tints of Navy #091380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

 BLUE value IS 128 (50.39% from 255) = 82.05%

R = 5.77%
G = 12.18%
B = 82.05%

CMYK

 C value IS 0.93

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#091380 (or 0x091380) is known color: Navy. HEX triplet: 09, 13 and 80. RGB value is (9,19,128). Sum of RGB (Red+Green+Blue) = 9+19+128=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 128 (50.39% from 255 or 82.05% from 156); Max value from RGB is 128 - color contains mainly: blue. Hex color #091380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091380 is #F6EC7F. Grayscale: #1B1B1B. Windows color (decimal): -16182400 or 8393481. OLE color: 8393481.

HSL color Cylindrical-coordinate representation of color #091380: hue angle of 234.96º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091380 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 19 128 -
CMYK 0.93 0.85 0 0.50
HSL 234.96º 0.87% 0.27% -
HSV(B) 234.96º 0.93% 0.5% -
XYZ 4.24 2.08 20.6 -
YUV 28.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 9 19 128 0.93 0.85 0 0.50 234.96 0.87 0.27
Hex 9 13 80 5D 55 0 32 EB 57 1B
Octal 11 23 200 135 125 0 62 353 127 33
Binary 1001 10011 10000000 1011101 1010101 0 110010 11101011 1010111 11011

Color Harmonies of #091380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091380

Black with #091380

Text Example


Text Example

White with #091380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091380; }

 p { color: rgb(9,19,128); }

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

background-color css

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

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

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

border-color css

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

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

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