Html Css Color HEX #012492 Smalt

📋 copy color: '#012492'

red 1 ◦ green 36 ◦ blue 146

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

Shades of Smalt #012492

Tints of Smalt #012492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 79.78%

R = 0.55%
G = 19.67%
B = 79.78%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#012492 (or 0x012492) is known color: Smalt. HEX triplet: 01, 24 and 92. RGB value is (1,36,146). Sum of RGB (Red+Green+Blue) = 1+36+146=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #012492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012492 is #FEDB6D. Grayscale: #252525. Windows color (decimal): -16702318 or 9577473. OLE color: 9577473.

HSL color Cylindrical-coordinate representation of color #012492: hue angle of 225.52º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012492 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 36 146 -
CMYK 0.99 0.75 0 0.43
HSL 225.52º 0.99% 0.29% -
HSV(B) 225.52º 0.99% 0.57% -
XYZ 5.83 3.34 27.53 -
YUV 38.08 188.9 101.56 -
System Red Green Blue C M Y K H S L
Decimal 1 36 146 0.99 0.75 0 0.43 225.52 0.99 0.29
Hex 1 24 92 63 4B 0 2B E2 63 1D
Octal 1 44 222 143 113 0 53 342 143 35
Binary 1 100100 10010010 1100011 1001011 0 101011 11100010 1100011 11101

Color Harmonies of #012492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012492

Black with #012492

Text Example


Text Example

White with #012492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012492; }

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

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

background-color css

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

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

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

border-color css

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

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

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