Html Css Color HEX #012C90 Smalt

📋 copy color: '#012C90'

red 1 ◦ green 44 ◦ blue 144

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

Shades of Smalt #012C90

Tints of Smalt #012C90

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.28%

 BLUE value IS 144 (56.64% from 255) = 76.19%

R = 0.53%
G = 23.28%
B = 76.19%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#012C90 (or 0x012C90) is known color: Smalt. HEX triplet: 01, 2C and 90. RGB value is (1,44,144). Sum of RGB (Red+Green+Blue) = 1+44+144=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #012C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012C90 is #FED36F. Grayscale: #2A2A2A. Windows color (decimal): -16700272 or 9448449. OLE color: 9448449.

HSL color Cylindrical-coordinate representation of color #012C90: hue angle of 221.96º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C90 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 44 144 -
CMYK 0.99 0.69 0 0.44
HSL 221.96º 0.99% 0.28% -
HSV(B) 221.96º 0.99% 0.56% -
XYZ 5.95 3.82 26.81 -
YUV 42.54 185.25 98.37 -
System Red Green Blue C M Y K H S L
Decimal 1 44 144 0.99 0.69 0 0.44 221.96 0.99 0.28
Hex 1 2C 90 63 45 0 2C DE 63 1C
Octal 1 54 220 143 105 0 54 336 143 34
Binary 1 101100 10010000 1100011 1000101 0 101100 11011110 1100011 11100

Color Harmonies of #012C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C90

Black with #012C90

Text Example


Text Example

White with #012C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012C90; }

 p { color: rgb(1,44,144); }

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

background-color css

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

 a { background-color: rgb(1,44,144); }

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

border-color css

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

 span { border-color: rgb(1,44,144); }

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