Html Css Color HEX #012093 Smalt

📋 copy color: '#012093'

red 1 ◦ green 32 ◦ blue 147

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

Shades of Smalt #012093

Tints of Smalt #012093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

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

R = 0.56%
G = 17.78%
B = 81.67%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012093 (or 0x012093) is known color: Smalt. HEX triplet: 01, 20 and 93. RGB value is (1,32,147). Sum of RGB (Red+Green+Blue) = 1+32+147=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 147 (57.81% from 255 or 81.67% from 180); Max value from RGB is 147 - color contains mainly: blue. Hex color #012093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012093 is #FEDF6C. Grayscale: #232323. Windows color (decimal): -16703341 or 9641985. OLE color: 9641985.

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

Color convert

RGB 1 32 147 -
CMYK 0.99 0.78 0 0.42
HSL 227.26º 0.99% 0.29% -
HSV(B) 227.26º 0.99% 0.58% -
XYZ 5.8 3.15 27.91 -
YUV 35.84 190.73 103.15 -
System Red Green Blue C M Y K H S L
Decimal 1 32 147 0.99 0.78 0 0.42 227.26 0.99 0.29
Hex 1 20 93 63 4E 0 2A E3 63 1D
Octal 1 40 223 143 116 0 52 343 143 35
Binary 1 100000 10010011 1100011 1001110 0 101010 11100011 1100011 11101

Color Harmonies of #012093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012093

Black with #012093

Text Example


Text Example

White with #012093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012093; }

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

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

background-color css

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

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

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

border-color css

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

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

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