Html Css Color HEX #011884 Navy

📋 copy color: '#011884'

red 1 ◦ green 24 ◦ blue 132

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

Shades of Navy #011884

Tints of Navy #011884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.29%

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

R = 0.64%
G = 15.29%
B = 84.08%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#011884 (or 0x011884) is known color: Navy. HEX triplet: 01, 18 and 84. RGB value is (1,24,132). Sum of RGB (Red+Green+Blue) = 1+24+132=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 132 (51.95% from 255 or 84.08% from 157); Max value from RGB is 132 - color contains mainly: blue. Hex color #011884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011884 is #FEE77B. Grayscale: #1C1C1C. Windows color (decimal): -16705404 or 8656897. OLE color: 8656897.

HSL color Cylindrical-coordinate representation of color #011884: hue angle of 229.47º 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 #011884 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 24 132 -
CMYK 0.99 0.82 0 0.48
HSL 229.47º 0.98% 0.26% -
HSV(B) 229.47º 0.99% 0.52% -
XYZ 4.5 2.33 22.04 -
YUV 29.44 185.88 107.72 -
System Red Green Blue C M Y K H S L
Decimal 1 24 132 0.99 0.82 0 0.48 229.47 0.98 0.26
Hex 1 18 84 63 52 0 30 E5 62 1A
Octal 1 30 204 143 122 0 60 345 142 32
Binary 1 11000 10000100 1100011 1010010 0 110000 11100101 1100010 11010

Color Harmonies of #011884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011884

Black with #011884

Text Example


Text Example

White with #011884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011884; }

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

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

background-color css

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

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

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

border-color css

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

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

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