Html Css Color HEX #012395 Smalt

📋 copy color: '#012395'

red 1 ◦ green 35 ◦ blue 149

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

Shades of Smalt #012395

Tints of Smalt #012395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

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

R = 0.54%
G = 18.92%
B = 80.54%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012395 (or 0x012395) is known color: Smalt. HEX triplet: 01, 23 and 95. RGB value is (1,35,149). Sum of RGB (Red+Green+Blue) = 1+35+149=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #012395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012395 is #FEDC6A. Grayscale: #252525. Windows color (decimal): -16702571 or 9773825. OLE color: 9773825.

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

Color convert

RGB 1 35 149 -
CMYK 0.99 0.77 0 0.42
HSL 226.22º 0.99% 0.29% -
HSV(B) 226.22º 0.99% 0.58% -
XYZ 6.04 3.38 28.77 -
YUV 37.83 190.74 101.73 -
System Red Green Blue C M Y K H S L
Decimal 1 35 149 0.99 0.77 0 0.42 226.22 0.99 0.29
Hex 1 23 95 63 4D 0 2A E2 63 1D
Octal 1 43 225 143 115 0 52 342 143 35
Binary 1 100011 10010101 1100011 1001101 0 101010 11100010 1100011 11101

Color Harmonies of #012395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012395

Black with #012395

Text Example


Text Example

White with #012395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012395; }

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

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

background-color css

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

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

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

border-color css

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

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

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