Html Css Color HEX #011084 Navy

📋 copy color: '#011084'

red 1 ◦ green 16 ◦ blue 132

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

Shades of Navy #011084

Tints of Navy #011084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

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

R = 0.67%
G = 10.74%
B = 88.59%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#011084 (or 0x011084) is known color: Navy. HEX triplet: 01, 10 and 84. RGB value is (1,16,132). Sum of RGB (Red+Green+Blue) = 1+16+132=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 132 (51.95% from 255 or 88.59% from 149); Max value from RGB is 132 - color contains mainly: blue. Hex color #011084 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011084 is #FEEF7B. Grayscale: #181818. Windows color (decimal): -16707452 or 8654849. OLE color: 8654849.

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

Color convert

RGB 1 16 132 -
CMYK 0.99 0.88 0 0.48
HSL 233.13º 0.98% 0.26% -
HSV(B) 233.13º 0.99% 0.52% -
XYZ 4.36 2.04 21.99 -
YUV 24.74 188.53 111.07 -
System Red Green Blue C M Y K H S L
Decimal 1 16 132 0.99 0.88 0 0.48 233.13 0.98 0.26
Hex 1 10 84 63 58 0 30 E9 62 1A
Octal 1 20 204 143 130 0 60 351 142 32
Binary 1 10000 10000100 1100011 1011000 0 110000 11101001 1100010 11010

Color Harmonies of #011084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011084

Black with #011084

Text Example


Text Example

White with #011084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011084; }

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

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

background-color css

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

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

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

border-color css

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

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

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