Html Css Color HEX #010588 Dark Blue

📋 copy color: '#010588'

red 1 ◦ green 5 ◦ blue 136

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

Shades of Dark Blue #010588

Tints of Dark Blue #010588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 95.77%

R = 0.7%
G = 3.52%
B = 95.77%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#010588 (or 0x010588) is known color: Dark Blue. HEX triplet: 01, 05 and 88. RGB value is (1,5,136). Sum of RGB (Red+Green+Blue) = 1+5+136=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 136 (53.52% from 255 or 95.77% from 142); Max value from RGB is 136 - color contains mainly: blue. Hex color #010588 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010588 is #FEFA77. Grayscale: #121212. Windows color (decimal): -16710264 or 8914177. OLE color: 8914177.

HSL color Cylindrical-coordinate representation of color #010588: hue angle of 238.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010588 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 5 136 -
CMYK 0.99 0.96 0 0.47
HSL 238.22º 0.99% 0.27% -
HSV(B) 238.22º 0.99% 0.53% -
XYZ 4.51 1.89 23.42 -
YUV 18.74 194.17 115.35 -
System Red Green Blue C M Y K H S L
Decimal 1 5 136 0.99 0.96 0 0.47 238.22 0.99 0.27
Hex 1 5 88 63 60 0 2F EE 63 1B
Octal 1 5 210 143 140 0 57 356 143 33
Binary 1 101 10001000 1100011 1100000 0 101111 11101110 1100011 11011

Color Harmonies of #010588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010588

Black with #010588

Text Example


Text Example

White with #010588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010588; }

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

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

background-color css

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

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

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

border-color css

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

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

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