Html Css Color HEX #012293 Smalt

📋 copy color: '#012293'

red 1 ◦ green 34 ◦ blue 147

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

Shades of Smalt #012293

Tints of Smalt #012293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.68%

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

R = 0.55%
G = 18.68%
B = 80.77%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012293 (or 0x012293) is known color: Smalt. HEX triplet: 01, 22 and 93. RGB value is (1,34,147). Sum of RGB (Red+Green+Blue) = 1+34+147=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 147 (57.81% from 255 or 80.77% from 182); Max value from RGB is 147 - color contains mainly: blue. Hex color #012293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012293 is #FEDD6C. Grayscale: #242424. Windows color (decimal): -16702829 or 9642497. OLE color: 9642497.

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

Color convert

RGB 1 34 147 -
CMYK 0.99 0.77 0 0.42
HSL 226.44º 0.99% 0.29% -
HSV(B) 226.44º 0.99% 0.58% -
XYZ 5.85 3.26 27.92 -
YUV 37.02 190.07 102.31 -
System Red Green Blue C M Y K H S L
Decimal 1 34 147 0.99 0.77 0 0.42 226.44 0.99 0.29
Hex 1 22 93 63 4D 0 2A E2 63 1D
Octal 1 42 223 143 115 0 52 342 143 35
Binary 1 100010 10010011 1100011 1001101 0 101010 11100010 1100011 11101

Color Harmonies of #012293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012293

Black with #012293

Text Example


Text Example

White with #012293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012293; }

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

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

background-color css

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

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

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

border-color css

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

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

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