Html Css Color HEX #010584 Navy

📋 copy color: '#010584'

red 1 ◦ green 5 ◦ blue 132

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

Shades of Navy #010584

Tints of Navy #010584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.62%

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

R = 0.72%
G = 3.62%
B = 95.65%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#010584 (or 0x010584) is known color: Navy. HEX triplet: 01, 05 and 84. RGB value is (1,5,132). Sum of RGB (Red+Green+Blue) = 1+5+132=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 132 (51.95% from 255 or 95.65% from 138); Max value from RGB is 132 - color contains mainly: blue. Hex color #010584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010584 is #FEFA7B. Grayscale: #111111. Windows color (decimal): -16710268 or 8652033. OLE color: 8652033.

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

Color convert

RGB 1 5 132 -
CMYK 0.99 0.96 0 0.48
HSL 238.17º 0.98% 0.26% -
HSV(B) 238.17º 0.99% 0.52% -
XYZ 4.23 1.78 21.95 -
YUV 18.28 192.17 115.67 -
System Red Green Blue C M Y K H S L
Decimal 1 5 132 0.99 0.96 0 0.48 238.17 0.98 0.26
Hex 1 5 84 63 60 0 30 EE 62 1A
Octal 1 5 204 143 140 0 60 356 142 32
Binary 1 101 10000100 1100011 1100000 0 110000 11101110 1100010 11010

Color Harmonies of #010584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010584

Black with #010584

Text Example


Text Example

White with #010584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010584; }

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

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

background-color css

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

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

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

border-color css

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

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

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