Html Css Color HEX #012C96 Smalt

📋 copy color: '#012C96'

red 1 ◦ green 44 ◦ blue 150

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

Shades of Smalt #012C96

Tints of Smalt #012C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 76.92%

R = 0.51%
G = 22.56%
B = 76.92%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#012C96 (or 0x012C96) is known color: Smalt. HEX triplet: 01, 2C and 96. RGB value is (1,44,150). Sum of RGB (Red+Green+Blue) = 1+44+150=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 150 (58.98% from 255 or 76.92% from 195); Max value from RGB is 150 - color contains mainly: blue. Hex color #012C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012C96 is #FED369. Grayscale: #2A2A2A. Windows color (decimal): -16700266 or 9841665. OLE color: 9841665.

HSL color Cylindrical-coordinate representation of color #012C96: hue angle of 222.68º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012C96 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 44 150 -
CMYK 0.99 0.71 0 0.41
HSL 222.68º 0.99% 0.3% -
HSV(B) 222.68º 0.99% 0.59% -
XYZ 6.42 4.01 29.29 -
YUV 43.23 188.25 97.88 -
System Red Green Blue C M Y K H S L
Decimal 1 44 150 0.99 0.71 0 0.41 222.68 0.99 0.3
Hex 1 2C 96 63 47 0 29 DF 63 1E
Octal 1 54 226 143 107 0 51 337 143 36
Binary 1 101100 10010110 1100011 1000111 0 101001 11011111 1100011 11110

Color Harmonies of #012C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C96

Black with #012C96

Text Example


Text Example

White with #012C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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