Html Css Color HEX #012089 Smalt

📋 copy color: '#012089'

red 1 ◦ green 32 ◦ blue 137

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

Shades of Smalt #012089

Tints of Smalt #012089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.82%

 BLUE value IS 137 (53.91% from 255) = 80.59%

R = 0.59%
G = 18.82%
B = 80.59%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#012089 (or 0x012089) is known color: Smalt. HEX triplet: 01, 20 and 89. RGB value is (1,32,137). Sum of RGB (Red+Green+Blue) = 1+32+137=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #012089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012089 is #FEDF76. Grayscale: #222222. Windows color (decimal): -16703351 or 8986625. OLE color: 8986625.

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

Color convert

RGB 1 32 137 -
CMYK 0.99 0.77 0 0.46
HSL 226.32º 0.99% 0.27% -
HSV(B) 226.32º 0.99% 0.54% -
XYZ 5.04 2.85 23.95 -
YUV 34.7 185.73 103.96 -
System Red Green Blue C M Y K H S L
Decimal 1 32 137 0.99 0.77 0 0.46 226.32 0.99 0.27
Hex 1 20 89 63 4D 0 2E E2 63 1B
Octal 1 40 211 143 115 0 56 342 143 33
Binary 1 100000 10001001 1100011 1001101 0 101110 11100010 1100011 11011

Color Harmonies of #012089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012089

Black with #012089

Text Example


Text Example

White with #012089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012089; }

 p { color: rgb(1,32,137); }

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

background-color css

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

 a { background-color: rgb(1,32,137); }

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

border-color css

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

 span { border-color: rgb(1,32,137); }

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