Html Css Color HEX #012494 Smalt

📋 copy color: '#012494'

red 1 ◦ green 36 ◦ blue 148

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

Shades of Smalt #012494

Tints of Smalt #012494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 80%

R = 0.54%
G = 19.46%
B = 80%

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

#012494 (or 0x012494) is known color: Smalt. HEX triplet: 01, 24 and 94. RGB value is (1,36,148). Sum of RGB (Red+Green+Blue) = 1+36+148=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 148 (58.20% from 255 or 80% from 185); Max value from RGB is 148 - color contains mainly: blue. Hex color #012494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012494 is #FEDB6B. Grayscale: #252525. Windows color (decimal): -16702316 or 9708545. OLE color: 9708545.

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

Color convert

RGB 1 36 148 -
CMYK 0.99 0.76 0 0.42
HSL 225.71º 0.99% 0.29% -
HSV(B) 225.71º 0.99% 0.58% -
XYZ 5.99 3.41 28.36 -
YUV 38.3 189.9 101.39 -
System Red Green Blue C M Y K H S L
Decimal 1 36 148 0.99 0.76 0 0.42 225.71 0.99 0.29
Hex 1 24 94 63 4C 0 2A E2 63 1D
Octal 1 44 224 143 114 0 52 342 143 35
Binary 1 100100 10010100 1100011 1001100 0 101010 11100010 1100011 11101

Color Harmonies of #012494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012494

Black with #012494

Text Example


Text Example

White with #012494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012494; }

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

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

background-color css

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

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

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

border-color css

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

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

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