Html Css Color HEX #012899 Smalt

📋 copy color: '#012899'

red 1 ◦ green 40 ◦ blue 153

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

Shades of Smalt #012899

Tints of Smalt #012899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.62%

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

R = 0.52%
G = 20.62%
B = 78.87%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#012899 (or 0x012899) is known color: Smalt. HEX triplet: 01, 28 and 99. RGB value is (1,40,153). Sum of RGB (Red+Green+Blue) = 1+40+153=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 153 (60.16% from 255 or 78.87% from 194); Max value from RGB is 153 - color contains mainly: blue. Hex color #012899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012899 is #FED766. Grayscale: #282828. Windows color (decimal): -16701287 or 10037249. OLE color: 10037249.

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

Color convert

RGB 1 40 153 -
CMYK 0.99 0.74 0 0.4
HSL 224.61º 0.99% 0.3% -
HSV(B) 224.61º 0.99% 0.6% -
XYZ 6.52 3.82 30.53 -
YUV 41.22 191.08 99.31 -
System Red Green Blue C M Y K H S L
Decimal 1 40 153 0.99 0.74 0 0.4 224.61 0.99 0.3
Hex 1 28 99 63 4A 0 28 E1 63 1E
Octal 1 50 231 143 112 0 50 341 143 36
Binary 1 101000 10011001 1100011 1001010 0 101000 11100001 1100011 11110

Color Harmonies of #012899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012899

Black with #012899

Text Example


Text Example

White with #012899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012899; }

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

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

background-color css

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

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

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

border-color css

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

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

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