Html Css Color HEX #012590 Smalt

📋 copy color: '#012590'

red 1 ◦ green 37 ◦ blue 144

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

Shades of Smalt #012590

Tints of Smalt #012590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.33%

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

R = 0.55%
G = 20.33%
B = 79.12%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#012590 (or 0x012590) is known color: Smalt. HEX triplet: 01, 25 and 90. RGB value is (1,37,144). Sum of RGB (Red+Green+Blue) = 1+37+144=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 144 (56.64% from 255 or 79.12% from 182); Max value from RGB is 144 - color contains mainly: blue. Hex color #012590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012590 is #FEDA6F. Grayscale: #252525. Windows color (decimal): -16702064 or 9446657. OLE color: 9446657.

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

Color convert

RGB 1 37 144 -
CMYK 0.99 0.74 0 0.44
HSL 224.9º 0.99% 0.28% -
HSV(B) 224.9º 0.99% 0.56% -
XYZ 5.71 3.34 26.73 -
YUV 38.43 187.57 101.3 -
System Red Green Blue C M Y K H S L
Decimal 1 37 144 0.99 0.74 0 0.44 224.9 0.99 0.28
Hex 1 25 90 63 4A 0 2C E1 63 1C
Octal 1 45 220 143 112 0 54 341 143 34
Binary 1 100101 10010000 1100011 1001010 0 101100 11100001 1100011 11100

Color Harmonies of #012590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012590

Black with #012590

Text Example


Text Example

White with #012590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012590; }

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

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

background-color css

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

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

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

border-color css

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

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

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