Html Css Color HEX #011484 Navy

📋 copy color: '#011484'

red 1 ◦ green 20 ◦ blue 132

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

Shades of Navy #011484

Tints of Navy #011484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.07%

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

R = 0.65%
G = 13.07%
B = 86.27%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#011484 (or 0x011484) is known color: Navy. HEX triplet: 01, 14 and 84. RGB value is (1,20,132). Sum of RGB (Red+Green+Blue) = 1+20+132=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 132 (51.95% from 255 or 86.27% from 153); Max value from RGB is 132 - color contains mainly: blue. Hex color #011484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011484 is #FEEB7B. Grayscale: #1A1A1A. Windows color (decimal): -16706428 or 8655873. OLE color: 8655873.

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

Color convert

RGB 1 20 132 -
CMYK 0.99 0.85 0 0.48
HSL 231.3º 0.98% 0.26% -
HSV(B) 231.3º 0.99% 0.52% -
XYZ 4.43 2.17 22.02 -
YUV 27.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 1 20 132 0.99 0.85 0 0.48 231.3 0.98 0.26
Hex 1 14 84 63 55 0 30 E7 62 1A
Octal 1 24 204 143 125 0 60 347 142 32
Binary 1 10100 10000100 1100011 1010101 0 110000 11100111 1100010 11010

Color Harmonies of #011484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011484

Black with #011484

Text Example


Text Example

White with #011484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011484; }

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

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

background-color css

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

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

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

border-color css

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

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

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