Html Css Color HEX #011284 Navy

📋 copy color: '#011284'

red 1 ◦ green 18 ◦ blue 132

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

Shades of Navy #011284

Tints of Navy #011284

RGB

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

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

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

R = 0.66%
G = 11.92%
B = 87.42%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#011284 (or 0x011284) is known color: Navy. HEX triplet: 01, 12 and 84. RGB value is (1,18,132). Sum of RGB (Red+Green+Blue) = 1+18+132=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 132 (51.95% from 255 or 87.42% from 151); Max value from RGB is 132 - color contains mainly: blue. Hex color #011284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011284 is #FEED7B. Grayscale: #191919. Windows color (decimal): -16706940 or 8655361. OLE color: 8655361.

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

Color convert

RGB 1 18 132 -
CMYK 0.99 0.86 0 0.48
HSL 232.21º 0.98% 0.26% -
HSV(B) 232.21º 0.99% 0.52% -
XYZ 4.39 2.11 22 -
YUV 25.91 187.87 110.23 -
System Red Green Blue C M Y K H S L
Decimal 1 18 132 0.99 0.86 0 0.48 232.21 0.98 0.26
Hex 1 12 84 63 56 0 30 E8 62 1A
Octal 1 22 204 143 126 0 60 350 142 32
Binary 1 10010 10000100 1100011 1010110 0 110000 11101000 1100010 11010

Color Harmonies of #011284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011284

Black with #011284

Text Example


Text Example

White with #011284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011284; }

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

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

background-color css

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

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

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

border-color css

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

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

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