Html Css Color HEX #010884 Navy

📋 copy color: '#010884'

red 1 ◦ green 8 ◦ blue 132

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

Shades of Navy #010884

Tints of Navy #010884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.67%

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

R = 0.71%
G = 5.67%
B = 93.62%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#010884 (or 0x010884) is known color: Navy. HEX triplet: 01, 08 and 84. RGB value is (1,8,132). Sum of RGB (Red+Green+Blue) = 1+8+132=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 132 (51.95% from 255 or 93.62% from 141); Max value from RGB is 132 - color contains mainly: blue. Hex color #010884 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010884 is #FEF77B. Grayscale: #131313. Windows color (decimal): -16709500 or 8652801. OLE color: 8652801.

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

Color convert

RGB 1 8 132 -
CMYK 0.99 0.94 0 0.48
HSL 236.79º 0.98% 0.26% -
HSV(B) 236.79º 0.99% 0.52% -
XYZ 4.26 1.85 21.96 -
YUV 20.04 191.18 114.42 -
System Red Green Blue C M Y K H S L
Decimal 1 8 132 0.99 0.94 0 0.48 236.79 0.98 0.26
Hex 1 8 84 63 5E 0 30 ED 62 1A
Octal 1 10 204 143 136 0 60 355 142 32
Binary 1 1000 10000100 1100011 1011110 0 110000 11101101 1100010 11010

Color Harmonies of #010884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010884

Black with #010884

Text Example


Text Example

White with #010884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010884; }

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

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

background-color css

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

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

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

border-color css

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

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

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