Html Css Color HEX #012993 Smalt

📋 copy color: '#012993'

red 1 ◦ green 41 ◦ blue 147

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

Shades of Smalt #012993

Tints of Smalt #012993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

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

R = 0.53%
G = 21.69%
B = 77.78%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012993 (or 0x012993) is known color: Smalt. HEX triplet: 01, 29 and 93. RGB value is (1,41,147). Sum of RGB (Red+Green+Blue) = 1+41+147=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #012993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012993 is #FED66C. Grayscale: #282828. Windows color (decimal): -16701037 or 9644289. OLE color: 9644289.

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

Color convert

RGB 1 41 147 -
CMYK 0.99 0.72 0 0.42
HSL 223.56º 0.99% 0.29% -
HSV(B) 223.56º 0.99% 0.58% -
XYZ 6.07 3.7 28 -
YUV 41.12 187.75 99.38 -
System Red Green Blue C M Y K H S L
Decimal 1 41 147 0.99 0.72 0 0.42 223.56 0.99 0.29
Hex 1 29 93 63 48 0 2A E0 63 1D
Octal 1 51 223 143 110 0 52 340 143 35
Binary 1 101001 10010011 1100011 1001000 0 101010 11100000 1100011 11101

Color Harmonies of #012993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012993

Black with #012993

Text Example


Text Example

White with #012993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012993; }

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

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

background-color css

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

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

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

border-color css

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

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

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