Html Css Color HEX #012397 Smalt

📋 copy color: '#012397'

red 1 ◦ green 35 ◦ blue 151

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

Shades of Smalt #012397

Tints of Smalt #012397

RGB

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

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

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

R = 0.53%
G = 18.72%
B = 80.75%

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

#012397 (or 0x012397) is known color: Smalt. HEX triplet: 01, 23 and 97. RGB value is (1,35,151). Sum of RGB (Red+Green+Blue) = 1+35+151=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 151 (59.38% from 255 or 80.75% from 187); Max value from RGB is 151 - color contains mainly: blue. Hex color #012397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012397 is #FEDC68. Grayscale: #252525. Windows color (decimal): -16702569 or 9904897. OLE color: 9904897.

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

Color convert

RGB 1 35 151 -
CMYK 0.99 0.77 0 0.41
HSL 226.4º 0.99% 0.3% -
HSV(B) 226.4º 0.99% 0.59% -
XYZ 6.2 3.44 29.62 -
YUV 38.06 191.74 101.57 -
System Red Green Blue C M Y K H S L
Decimal 1 35 151 0.99 0.77 0 0.41 226.4 0.99 0.3
Hex 1 23 97 63 4D 0 29 E2 63 1E
Octal 1 43 227 143 115 0 51 342 143 36
Binary 1 100011 10010111 1100011 1001101 0 101001 11100010 1100011 11110

Color Harmonies of #012397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012397

Black with #012397

Text Example


Text Example

White with #012397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012397; }

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

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

background-color css

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

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

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

border-color css

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

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

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