Html Css Color HEX #012493 Smalt

📋 copy color: '#012493'

red 1 ◦ green 36 ◦ blue 147

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

Shades of Smalt #012493

Tints of Smalt #012493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.57%

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

R = 0.54%
G = 19.57%
B = 79.89%

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

#012493 (or 0x012493) is known color: Smalt. HEX triplet: 01, 24 and 93. RGB value is (1,36,147). Sum of RGB (Red+Green+Blue) = 1+36+147=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 147 (57.81% from 255 or 79.89% from 184); Max value from RGB is 147 - color contains mainly: blue. Hex color #012493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012493 is #FEDB6C. Grayscale: #252525. Windows color (decimal): -16702317 or 9643009. OLE color: 9643009.

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

Color convert

RGB 1 36 147 -
CMYK 0.99 0.76 0 0.42
HSL 225.62º 0.99% 0.29% -
HSV(B) 225.62º 0.99% 0.58% -
XYZ 5.91 3.37 27.94 -
YUV 38.19 189.4 101.47 -
System Red Green Blue C M Y K H S L
Decimal 1 36 147 0.99 0.76 0 0.42 225.62 0.99 0.29
Hex 1 24 93 63 4C 0 2A E2 63 1D
Octal 1 44 223 143 114 0 52 342 143 35
Binary 1 100100 10010011 1100011 1001100 0 101010 11100010 1100011 11101

Color Harmonies of #012493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012493

Black with #012493

Text Example


Text Example

White with #012493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012493; }

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

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

background-color css

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

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

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

border-color css

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

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

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