Html Css Color HEX #012396 Smalt

📋 copy color: '#012396'

red 1 ◦ green 35 ◦ blue 150

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

Shades of Smalt #012396

Tints of Smalt #012396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 80.65%

R = 0.54%
G = 18.82%
B = 80.65%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#012396 (or 0x012396) is known color: Smalt. HEX triplet: 01, 23 and 96. RGB value is (1,35,150). Sum of RGB (Red+Green+Blue) = 1+35+150=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 150 (58.98% from 255 or 80.65% from 186); Max value from RGB is 150 - color contains mainly: blue. Hex color #012396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012396 is #FEDC69. Grayscale: #252525. Windows color (decimal): -16702570 or 9839361. OLE color: 9839361.

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

Color convert

RGB 1 35 150 -
CMYK 0.99 0.77 0 0.41
HSL 226.31º 0.99% 0.3% -
HSV(B) 226.31º 0.99% 0.59% -
XYZ 6.12 3.41 29.19 -
YUV 37.94 191.24 101.65 -
System Red Green Blue C M Y K H S L
Decimal 1 35 150 0.99 0.77 0 0.41 226.31 0.99 0.3
Hex 1 23 96 63 4D 0 29 E2 63 1E
Octal 1 43 226 143 115 0 51 342 143 36
Binary 1 100011 10010110 1100011 1001101 0 101001 11100010 1100011 11110

Color Harmonies of #012396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012396

Black with #012396

Text Example


Text Example

White with #012396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012396; }

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

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

background-color css

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

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

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

border-color css

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

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

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