Html Css Color HEX #012C94 Smalt

📋 copy color: '#012C94'

red 1 ◦ green 44 ◦ blue 148

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

Shades of Smalt #012C94

Tints of Smalt #012C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 76.68%

R = 0.52%
G = 22.8%
B = 76.68%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012C94 (or 0x012C94) is known color: Smalt. HEX triplet: 01, 2C and 94. RGB value is (1,44,148). Sum of RGB (Red+Green+Blue) = 1+44+148=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 148 (58.20% from 255 or 76.68% from 193); Max value from RGB is 148 - color contains mainly: blue. Hex color #012C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012C94 is #FED36B. Grayscale: #2A2A2A. Windows color (decimal): -16700268 or 9710593. OLE color: 9710593.

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

Color convert

RGB 1 44 148 -
CMYK 0.99 0.70 0 0.42
HSL 222.45º 0.99% 0.29% -
HSV(B) 222.45º 0.99% 0.58% -
XYZ 6.26 3.95 28.45 -
YUV 43 187.25 98.04 -
System Red Green Blue C M Y K H S L
Decimal 1 44 148 0.99 0.70 0 0.42 222.45 0.99 0.29
Hex 1 2C 94 63 46 0 2A DE 63 1D
Octal 1 54 224 143 106 0 52 336 143 35
Binary 1 101100 10010100 1100011 1000110 0 101010 11011110 1100011 11101

Color Harmonies of #012C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C94

Black with #012C94

Text Example


Text Example

White with #012C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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