Html Css Color HEX #051C92 Smalt

📋 copy color: '#051C92'

red 5 ◦ green 28 ◦ blue 146

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

Shades of Smalt #051C92

Tints of Smalt #051C92

RGB

 RED value IS 5 (2.34% from 255) = 2.79%

 GREEN value IS 28 (11.33% from 255) = 15.64%

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

R = 2.79%
G = 15.64%
B = 81.56%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#051C92 (or 0x051C92) is known color: Smalt. HEX triplet: 05, 1C and 92. RGB value is (5,28,146). Sum of RGB (Red+Green+Blue) = 5+28+146=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 146 (57.42% from 255 or 81.56% from 179); Max value from RGB is 146 - color contains mainly: blue. Hex color #051C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051C92 is #FAE36D. Grayscale: #222222. Windows color (decimal): -16442222 or 9575429. OLE color: 9575429.

HSL color Cylindrical-coordinate representation of color #051C92: hue angle of 230.21º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051C92 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 28 146 -
CMYK 0.97 0.81 0 0.43
HSL 230.21º 0.93% 0.3% -
HSV(B) 230.21º 0.97% 0.57% -
XYZ 5.67 2.94 27.46 -
YUV 34.58 190.88 106.91 -
System Red Green Blue C M Y K H S L
Decimal 5 28 146 0.97 0.81 0 0.43 230.21 0.93 0.3
Hex 5 1C 92 61 51 0 2B E6 5D 1E
Octal 5 34 222 141 121 0 53 346 135 36
Binary 101 11100 10010010 1100001 1010001 0 101011 11100110 1011101 11110

Color Harmonies of #051C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C92

Black with #051C92

Text Example


Text Example

White with #051C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051C92; }

 p { color: rgb(5,28,146); }

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

background-color css

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

 a { background-color: rgb(5,28,146); }

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

border-color css

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

 span { border-color: rgb(5,28,146); }

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