Html Css Color HEX #012893 Smalt

📋 copy color: '#012893'

red 1 ◦ green 40 ◦ blue 147

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

Shades of Smalt #012893

Tints of Smalt #012893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 78.19%

R = 0.53%
G = 21.28%
B = 78.19%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012893 (or 0x012893) is known color: Smalt. HEX triplet: 01, 28 and 93. RGB value is (1,40,147). Sum of RGB (Red+Green+Blue) = 1+40+147=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #012893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012893 is #FED76C. Grayscale: #282828. Windows color (decimal): -16701293 or 9644033. OLE color: 9644033.

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

Color convert

RGB 1 40 147 -
CMYK 0.99 0.73 0 0.42
HSL 223.97º 0.99% 0.29% -
HSV(B) 223.97º 0.99% 0.58% -
XYZ 6.04 3.63 27.99 -
YUV 40.54 188.08 99.8 -
System Red Green Blue C M Y K H S L
Decimal 1 40 147 0.99 0.73 0 0.42 223.97 0.99 0.29
Hex 1 28 93 63 49 0 2A E0 63 1D
Octal 1 50 223 143 111 0 52 340 143 35
Binary 1 101000 10010011 1100011 1001001 0 101010 11100000 1100011 11101

Color Harmonies of #012893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012893

Black with #012893

Text Example


Text Example

White with #012893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012893; }

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

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

background-color css

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

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

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

border-color css

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

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

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