Html Css Color HEX #012589 Smalt

📋 copy color: '#012589'

red 1 ◦ green 37 ◦ blue 137

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

Shades of Smalt #012589

Tints of Smalt #012589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 78.29%

R = 0.57%
G = 21.14%
B = 78.29%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#012589 (or 0x012589) is known color: Smalt. HEX triplet: 01, 25 and 89. RGB value is (1,37,137). Sum of RGB (Red+Green+Blue) = 1+37+137=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 137 (53.91% from 255 or 78.29% from 175); Max value from RGB is 137 - color contains mainly: blue. Hex color #012589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012589 is #FEDA76. Grayscale: #252525. Windows color (decimal): -16702071 or 8987905. OLE color: 8987905.

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

Color convert

RGB 1 37 137 -
CMYK 0.99 0.73 0 0.46
HSL 224.12º 0.99% 0.27% -
HSV(B) 224.12º 0.99% 0.54% -
XYZ 5.19 3.14 24 -
YUV 37.64 184.07 101.87 -
System Red Green Blue C M Y K H S L
Decimal 1 37 137 0.99 0.73 0 0.46 224.12 0.99 0.27
Hex 1 25 89 63 49 0 2E E0 63 1B
Octal 1 45 211 143 111 0 56 340 143 33
Binary 1 100101 10001001 1100011 1001001 0 101110 11100000 1100011 11011

Color Harmonies of #012589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012589

Black with #012589

Text Example


Text Example

White with #012589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012589; }

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

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

background-color css

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

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

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

border-color css

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

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

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