Html Css Color HEX #012599 Smalt

📋 copy color: '#012599'

red 1 ◦ green 37 ◦ blue 153

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

Shades of Smalt #012599

Tints of Smalt #012599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 80.1%

R = 0.52%
G = 19.37%
B = 80.1%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#012599 (or 0x012599) is known color: Smalt. HEX triplet: 01, 25 and 99. RGB value is (1,37,153). Sum of RGB (Red+Green+Blue) = 1+37+153=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #012599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012599 is #FEDA66. Grayscale: #262626. Windows color (decimal): -16702055 or 10036481. OLE color: 10036481.

HSL color Cylindrical-coordinate representation of color #012599: hue angle of 225.79º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012599 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 37 153 -
CMYK 0.99 0.76 0 0.4
HSL 225.79º 0.99% 0.3% -
HSV(B) 225.79º 0.99% 0.6% -
XYZ 6.42 3.63 30.5 -
YUV 39.46 192.07 100.57 -
System Red Green Blue C M Y K H S L
Decimal 1 37 153 0.99 0.76 0 0.4 225.79 0.99 0.3
Hex 1 25 99 63 4C 0 28 E2 63 1E
Octal 1 45 231 143 114 0 50 342 143 36
Binary 1 100101 10011001 1100011 1001100 0 101000 11100010 1100011 11110

Color Harmonies of #012599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012599

Black with #012599

Text Example


Text Example

White with #012599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012599; }

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

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

background-color css

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

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

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

border-color css

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

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

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