Html Css Color HEX #052D96 Smalt

📋 copy color: '#052D96'

red 5 ◦ green 45 ◦ blue 150

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

Shades of Smalt #052D96

Tints of Smalt #052D96

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.5%

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

R = 2.5%
G = 22.5%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#052D96 (or 0x052D96) is known color: Smalt. HEX triplet: 05, 2D and 96. RGB value is (5,45,150). Sum of RGB (Red+Green+Blue) = 5+45+150=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #052D96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D96 is #FAD269. Grayscale: #2C2C2C. Windows color (decimal): -16437866 or 9841925. OLE color: 9841925.

HSL color Cylindrical-coordinate representation of color #052D96: hue angle of 223.45º 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 #052D96 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 45 150 -
CMYK 0.97 0.70 0 0.41
HSL 223.45º 0.94% 0.3% -
HSV(B) 223.45º 0.97% 0.59% -
XYZ 6.51 4.11 29.3 -
YUV 45.01 187.25 99.46 -
System Red Green Blue C M Y K H S L
Decimal 5 45 150 0.97 0.70 0 0.41 223.45 0.94 0.3
Hex 5 2D 96 61 46 0 29 DF 5E 1E
Octal 5 55 226 141 106 0 51 337 136 36
Binary 101 101101 10010110 1100001 1000110 0 101001 11011111 1011110 11110

Color Harmonies of #052D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D96

Black with #052D96

Text Example


Text Example

White with #052D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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