Html Css Color HEX #091281 Navy

📋 copy color: '#091281'

red 9 ◦ green 18 ◦ blue 129

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

Shades of Navy #091281

Tints of Navy #091281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.54%

 BLUE value IS 129 (50.78% from 255) = 82.69%

R = 5.77%
G = 11.54%
B = 82.69%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#091281 (or 0x091281) is known color: Navy. HEX triplet: 09, 12 and 81. RGB value is (9,18,129). Sum of RGB (Red+Green+Blue) = 9+18+129=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 129 (50.78% from 255 or 82.69% from 156); Max value from RGB is 129 - color contains mainly: blue. Hex color #091281 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091281 is #F6ED7E. Grayscale: #1B1B1B. Windows color (decimal): -16182655 or 8458761. OLE color: 8458761.

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

Color convert

RGB 9 18 129 -
CMYK 0.93 0.86 0 0.49
HSL 235.5º 0.87% 0.27% -
HSV(B) 235.5º 0.93% 0.51% -
XYZ 4.29 2.08 20.94 -
YUV 27.96 185.02 114.47 -
System Red Green Blue C M Y K H S L
Decimal 9 18 129 0.93 0.86 0 0.49 235.5 0.87 0.27
Hex 9 12 81 5D 56 0 31 EC 57 1B
Octal 11 22 201 135 126 0 61 354 127 33
Binary 1001 10010 10000001 1011101 1010110 0 110001 11101100 1010111 11011

Color Harmonies of #091281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091281

Black with #091281

Text Example


Text Example

White with #091281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091281; }

 p { color: rgb(9,18,129); }

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

background-color css

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

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

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

border-color css

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

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

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