Html Css Color HEX #012C93 Smalt

📋 copy color: '#012C93'

red 1 ◦ green 44 ◦ blue 147

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

Shades of Smalt #012C93

Tints of Smalt #012C93

RGB

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

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

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

R = 0.52%
G = 22.92%
B = 76.56%

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

#012C93 (or 0x012C93) is known color: Smalt. HEX triplet: 01, 2C and 93. RGB value is (1,44,147). Sum of RGB (Red+Green+Blue) = 1+44+147=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #012C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012C93 is #FED36C. Grayscale: #2A2A2A. Windows color (decimal): -16700269 or 9645057. OLE color: 9645057.

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

Color convert

RGB 1 44 147 -
CMYK 0.99 0.70 0 0.42
HSL 222.33º 0.99% 0.29% -
HSV(B) 222.33º 0.99% 0.58% -
XYZ 6.18 3.91 28.03 -
YUV 42.89 186.75 98.12 -
System Red Green Blue C M Y K H S L
Decimal 1 44 147 0.99 0.70 0 0.42 222.33 0.99 0.29
Hex 1 2C 93 63 46 0 2A DE 63 1D
Octal 1 54 223 143 106 0 52 336 143 35
Binary 1 101100 10010011 1100011 1000110 0 101010 11011110 1100011 11101

Color Harmonies of #012C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C93

Black with #012C93

Text Example


Text Example

White with #012C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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