Html Css Color HEX #012992 Smalt

📋 copy color: '#012992'

red 1 ◦ green 41 ◦ blue 146

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

Shades of Smalt #012992

Tints of Smalt #012992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

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

R = 0.53%
G = 21.81%
B = 77.66%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#012992 (or 0x012992) is known color: Smalt. HEX triplet: 01, 29 and 92. RGB value is (1,41,146). Sum of RGB (Red+Green+Blue) = 1+41+146=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 146 (57.42% from 255 or 77.66% from 188); Max value from RGB is 146 - color contains mainly: blue. Hex color #012992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012992 is #FED66D. Grayscale: #282828. Windows color (decimal): -16701038 or 9578753. OLE color: 9578753.

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

Color convert

RGB 1 41 146 -
CMYK 0.99 0.72 0 0.43
HSL 223.45º 0.99% 0.29% -
HSV(B) 223.45º 0.99% 0.57% -
XYZ 5.99 3.67 27.59 -
YUV 41.01 187.25 99.46 -
System Red Green Blue C M Y K H S L
Decimal 1 41 146 0.99 0.72 0 0.43 223.45 0.99 0.29
Hex 1 29 92 63 48 0 2B DF 63 1D
Octal 1 51 222 143 110 0 53 337 143 35
Binary 1 101001 10010010 1100011 1001000 0 101011 11011111 1100011 11101

Color Harmonies of #012992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012992

Black with #012992

Text Example


Text Example

White with #012992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012992; }

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

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

background-color css

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

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

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

border-color css

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

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

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