Html Css Color HEX #010591 Dark Blue

📋 copy color: '#010591'

red 1 ◦ green 5 ◦ blue 145

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

Shades of Dark Blue #010591

Tints of Dark Blue #010591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 96.03%

R = 0.66%
G = 3.31%
B = 96.03%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#010591 (or 0x010591) is known color: Dark Blue. HEX triplet: 01, 05 and 91. RGB value is (1,5,145). Sum of RGB (Red+Green+Blue) = 1+5+145=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 145 (57.03% from 255 or 96.03% from 151); Max value from RGB is 145 - color contains mainly: blue. Hex color #010591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010591 is #FEFA6E. Grayscale: #131313. Windows color (decimal): -16710255 or 9504001. OLE color: 9504001.

HSL color Cylindrical-coordinate representation of color #010591: hue angle of 238.33º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010591 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 5 145 -
CMYK 0.99 0.97 0 0.43
HSL 238.33º 0.99% 0.29% -
HSV(B) 238.33º 0.99% 0.57% -
XYZ 5.18 2.16 26.93 -
YUV 19.76 198.67 114.62 -
System Red Green Blue C M Y K H S L
Decimal 1 5 145 0.99 0.97 0 0.43 238.33 0.99 0.29
Hex 1 5 91 63 61 0 2B EE 63 1D
Octal 1 5 221 143 141 0 53 356 143 35
Binary 1 101 10010001 1100011 1100001 0 101011 11101110 1100011 11101

Color Harmonies of #010591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010591

Black with #010591

Text Example


Text Example

White with #010591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010591; }

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

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

background-color css

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

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

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

border-color css

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

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

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