Html Css Color HEX #011184 Navy

📋 copy color: '#011184'

red 1 ◦ green 17 ◦ blue 132

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

Shades of Navy #011184

Tints of Navy #011184

RGB

 RED value IS 1 (0.78% from 255) = 0.67%

 GREEN value IS 17 (7.03% from 255) = 11.33%

 BLUE value IS 132 (51.95% from 255) = 88%

R = 0.67%
G = 11.33%
B = 88%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#011184 (or 0x011184) is known color: Navy. HEX triplet: 01, 11 and 84. RGB value is (1,17,132). Sum of RGB (Red+Green+Blue) = 1+17+132=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 132 (51.95% from 255 or 88% from 150); Max value from RGB is 132 - color contains mainly: blue. Hex color #011184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011184 is #FEEE7B. Grayscale: #181818. Windows color (decimal): -16707196 or 8655105. OLE color: 8655105.

HSL color Cylindrical-coordinate representation of color #011184: hue angle of 232.67º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011184 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 17 132 -
CMYK 0.99 0.87 0 0.48
HSL 232.67º 0.98% 0.26% -
HSV(B) 232.67º 0.99% 0.52% -
XYZ 4.38 2.07 22 -
YUV 25.33 188.2 110.65 -
System Red Green Blue C M Y K H S L
Decimal 1 17 132 0.99 0.87 0 0.48 232.67 0.98 0.26
Hex 1 11 84 63 57 0 30 E9 62 1A
Octal 1 21 204 143 127 0 60 351 142 32
Binary 1 10001 10000100 1100011 1010111 0 110000 11101001 1100010 11010

Color Harmonies of #011184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011184

Black with #011184

Text Example


Text Example

White with #011184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011184; }

 p { color: rgb(1,17,132); }

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

background-color css

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

 a { background-color: rgb(1,17,132); }

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

border-color css

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

 span { border-color: rgb(1,17,132); }

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