Html Css Color HEX #010590 Dark Blue

📋 copy color: '#010590'

red 1 ◦ green 5 ◦ blue 144

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

Shades of Dark Blue #010590

Tints of Dark Blue #010590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 96%

R = 0.67%
G = 3.33%
B = 96%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#010590 (or 0x010590) is known color: Dark Blue. HEX triplet: 01, 05 and 90. RGB value is (1,5,144). Sum of RGB (Red+Green+Blue) = 1+5+144=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 144 (56.64% from 255 or 96% from 150); Max value from RGB is 144 - color contains mainly: blue. Hex color #010590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010590 is #FEFA6F. Grayscale: #131313. Windows color (decimal): -16710256 or 9438465. OLE color: 9438465.

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

Color convert

RGB 1 5 144 -
CMYK 0.99 0.97 0 0.44
HSL 238.32º 0.99% 0.28% -
HSV(B) 238.32º 0.99% 0.56% -
XYZ 5.1 2.13 26.53 -
YUV 19.65 198.17 114.7 -
System Red Green Blue C M Y K H S L
Decimal 1 5 144 0.99 0.97 0 0.44 238.32 0.99 0.28
Hex 1 5 90 63 61 0 2C EE 63 1C
Octal 1 5 220 143 141 0 54 356 143 34
Binary 1 101 10010000 1100011 1100001 0 101100 11101110 1100011 11100

Color Harmonies of #010590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010590

Black with #010590

Text Example


Text Example

White with #010590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010590; }

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

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

background-color css

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

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

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

border-color css

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

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

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