Html Css Color HEX #011B84 Navy

📋 copy color: '#011B84'

red 1 ◦ green 27 ◦ blue 132

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

Shades of Navy #011B84

Tints of Navy #011B84

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.88%

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

R = 0.63%
G = 16.88%
B = 82.5%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#011B84 (or 0x011B84) is known color: Navy. HEX triplet: 01, 1B and 84. RGB value is (1,27,132). Sum of RGB (Red+Green+Blue) = 1+27+132=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 132 (51.95% from 255 or 82.5% from 160); Max value from RGB is 132 - color contains mainly: blue. Hex color #011B84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B84 is #FEE47B. Grayscale: #1E1E1E. Windows color (decimal): -16704636 or 8657665. OLE color: 8657665.

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

Color convert

RGB 1 27 132 -
CMYK 0.99 0.80 0 0.48
HSL 228.09º 0.98% 0.26% -
HSV(B) 228.09º 0.99% 0.52% -
XYZ 4.57 2.46 22.06 -
YUV 31.2 184.89 106.46 -
System Red Green Blue C M Y K H S L
Decimal 1 27 132 0.99 0.80 0 0.48 228.09 0.98 0.26
Hex 1 1B 84 63 50 0 30 E4 62 1A
Octal 1 33 204 143 120 0 60 344 142 32
Binary 1 11011 10000100 1100011 1010000 0 110000 11100100 1100010 11010

Color Harmonies of #011B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B84

Black with #011B84

Text Example


Text Example

White with #011B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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