Html Css Color HEX #012095 Smalt

📋 copy color: '#012095'

red 1 ◦ green 32 ◦ blue 149

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

Shades of Smalt #012095

Tints of Smalt #012095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.58%

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

R = 0.55%
G = 17.58%
B = 81.87%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012095 (or 0x012095) is known color: Smalt. HEX triplet: 01, 20 and 95. RGB value is (1,32,149). Sum of RGB (Red+Green+Blue) = 1+32+149=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 149 (58.59% from 255 or 81.87% from 182); Max value from RGB is 149 - color contains mainly: blue. Hex color #012095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012095 is #FEDF6A. Grayscale: #232323. Windows color (decimal): -16703339 or 9773057. OLE color: 9773057.

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

Color convert

RGB 1 32 149 -
CMYK 0.99 0.79 0 0.42
HSL 227.43º 0.99% 0.29% -
HSV(B) 227.43º 0.99% 0.58% -
XYZ 5.95 3.21 28.74 -
YUV 36.07 191.73 102.99 -
System Red Green Blue C M Y K H S L
Decimal 1 32 149 0.99 0.79 0 0.42 227.43 0.99 0.29
Hex 1 20 95 63 4F 0 2A E3 63 1D
Octal 1 40 225 143 117 0 52 343 143 35
Binary 1 100000 10010101 1100011 1001111 0 101010 11100011 1100011 11101

Color Harmonies of #012095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012095

Black with #012095

Text Example


Text Example

White with #012095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012095; }

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

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

background-color css

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

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

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

border-color css

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

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

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