Html Css Color HEX #052796 Smalt

📋 copy color: '#052796'

red 5 ◦ green 39 ◦ blue 150

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

Shades of Smalt #052796

Tints of Smalt #052796

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.1%

 BLUE value IS 150 (58.98% from 255) = 77.32%

R = 2.58%
G = 20.1%
B = 77.32%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#052796 (or 0x052796) is known color: Smalt. HEX triplet: 05, 27 and 96. RGB value is (5,39,150). Sum of RGB (Red+Green+Blue) = 5+39+150=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 150 (58.98% from 255 or 77.32% from 194); Max value from RGB is 150 - color contains mainly: blue. Hex color #052796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052796 is #FAD869. Grayscale: #292929. Windows color (decimal): -16439402 or 9840389. OLE color: 9840389.

HSL color Cylindrical-coordinate representation of color #052796: hue angle of 225.93º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052796 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 39 150 -
CMYK 0.97 0.74 0 0.41
HSL 225.93º 0.94% 0.3% -
HSV(B) 225.93º 0.97% 0.59% -
XYZ 6.29 3.69 29.23 -
YUV 41.49 189.24 101.97 -
System Red Green Blue C M Y K H S L
Decimal 5 39 150 0.97 0.74 0 0.41 225.93 0.94 0.3
Hex 5 27 96 61 4A 0 29 E2 5E 1E
Octal 5 47 226 141 112 0 51 342 136 36
Binary 101 100111 10010110 1100001 1001010 0 101001 11100010 1011110 11110

Color Harmonies of #052796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052796

Black with #052796

Text Example


Text Example

White with #052796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052796; }

 p { color: rgb(5,39,150); }

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

background-color css

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

 a { background-color: rgb(5,39,150); }

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

border-color css

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

 span { border-color: rgb(5,39,150); }

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