Html Css Color HEX #012595 Smalt

📋 copy color: '#012595'

red 1 ◦ green 37 ◦ blue 149

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

Shades of Smalt #012595

Tints of Smalt #012595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 79.68%

R = 0.53%
G = 19.79%
B = 79.68%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012595 (or 0x012595) is known color: Smalt. HEX triplet: 01, 25 and 95. RGB value is (1,37,149). Sum of RGB (Red+Green+Blue) = 1+37+149=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #012595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012595 is #FEDA6A. Grayscale: #262626. Windows color (decimal): -16702059 or 9774337. OLE color: 9774337.

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

Color convert

RGB 1 37 149 -
CMYK 0.99 0.75 0 0.42
HSL 225.41º 0.99% 0.29% -
HSV(B) 225.41º 0.99% 0.58% -
XYZ 6.1 3.5 28.79 -
YUV 39 190.07 100.89 -
System Red Green Blue C M Y K H S L
Decimal 1 37 149 0.99 0.75 0 0.42 225.41 0.99 0.29
Hex 1 25 95 63 4B 0 2A E1 63 1D
Octal 1 45 225 143 113 0 52 341 143 35
Binary 1 100101 10010101 1100011 1001011 0 101010 11100001 1100011 11101

Color Harmonies of #012595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012595

Black with #012595

Text Example


Text Example

White with #012595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012595; }

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

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

background-color css

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

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

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

border-color css

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

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

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