Html Css Color HEX #012399 Smalt

📋 copy color: '#012399'

red 1 ◦ green 35 ◦ blue 153

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

Shades of Smalt #012399

Tints of Smalt #012399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 80.95%

R = 0.53%
G = 18.52%
B = 80.95%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#012399 (or 0x012399) is known color: Smalt. HEX triplet: 01, 23 and 99. RGB value is (1,35,153). Sum of RGB (Red+Green+Blue) = 1+35+153=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #012399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012399 is #FEDC66. Grayscale: #252525. Windows color (decimal): -16702567 or 10035969. OLE color: 10035969.

HSL color Cylindrical-coordinate representation of color #012399: hue angle of 226.58º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012399 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 35 153 -
CMYK 0.99 0.77 0 0.4
HSL 226.58º 0.99% 0.3% -
HSV(B) 226.58º 0.99% 0.6% -
XYZ 6.36 3.51 30.48 -
YUV 38.29 192.74 101.41 -
System Red Green Blue C M Y K H S L
Decimal 1 35 153 0.99 0.77 0 0.4 226.58 0.99 0.3
Hex 1 23 99 63 4D 0 28 E3 63 1E
Octal 1 43 231 143 115 0 50 343 143 36
Binary 1 100011 10011001 1100011 1001101 0 101000 11100011 1100011 11110

Color Harmonies of #012399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012399

Black with #012399

Text Example


Text Example

White with #012399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012399; }

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

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

background-color css

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

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

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

border-color css

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

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

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