Html Css Color HEX #012597 Smalt

📋 copy color: '#012597'

red 1 ◦ green 37 ◦ blue 151

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

Shades of Smalt #012597

Tints of Smalt #012597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 79.89%

R = 0.53%
G = 19.58%
B = 79.89%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#012597 (or 0x012597) is known color: Smalt. HEX triplet: 01, 25 and 97. RGB value is (1,37,151). Sum of RGB (Red+Green+Blue) = 1+37+151=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 151 (59.38% from 255 or 79.89% from 189); Max value from RGB is 151 - color contains mainly: blue. Hex color #012597 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012597 is #FEDA68. Grayscale: #262626. Windows color (decimal): -16702057 or 9905409. OLE color: 9905409.

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

Color convert

RGB 1 37 151 -
CMYK 0.99 0.75 0 0.41
HSL 225.6º 0.99% 0.3% -
HSV(B) 225.6º 0.99% 0.59% -
XYZ 6.26 3.56 29.64 -
YUV 39.23 191.07 100.73 -
System Red Green Blue C M Y K H S L
Decimal 1 37 151 0.99 0.75 0 0.41 225.6 0.99 0.3
Hex 1 25 97 63 4B 0 29 E2 63 1E
Octal 1 45 227 143 113 0 51 342 143 36
Binary 1 100101 10010111 1100011 1001011 0 101001 11100010 1100011 11110

Color Harmonies of #012597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012597

Black with #012597

Text Example


Text Example

White with #012597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012597; }

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

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

background-color css

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

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

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

border-color css

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

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

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