Html Css Color HEX #012393 Smalt

📋 copy color: '#012393'

red 1 ◦ green 35 ◦ blue 147

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

Shades of Smalt #012393

Tints of Smalt #012393

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

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

R = 0.55%
G = 19.13%
B = 80.33%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#012393 (or 0x012393) is known color: Smalt. HEX triplet: 01, 23 and 93. RGB value is (1,35,147). Sum of RGB (Red+Green+Blue) = 1+35+147=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #012393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012393 is #FEDC6C. Grayscale: #252525. Windows color (decimal): -16702573 or 9642753. OLE color: 9642753.

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

Color convert

RGB 1 35 147 -
CMYK 0.99 0.76 0 0.42
HSL 226.03º 0.99% 0.29% -
HSV(B) 226.03º 0.99% 0.58% -
XYZ 5.88 3.32 27.93 -
YUV 37.6 189.74 101.89 -
System Red Green Blue C M Y K H S L
Decimal 1 35 147 0.99 0.76 0 0.42 226.03 0.99 0.29
Hex 1 23 93 63 4C 0 2A E2 63 1D
Octal 1 43 223 143 114 0 52 342 143 35
Binary 1 100011 10010011 1100011 1001100 0 101010 11100010 1100011 11101

Color Harmonies of #012393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012393

Black with #012393

Text Example


Text Example

White with #012393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012393; }

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

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

background-color css

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

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

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

border-color css

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

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

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