Html Css Color HEX #052C85 Smalt

📋 copy color: '#052C85'

red 5 ◦ green 44 ◦ blue 133

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

Shades of Smalt #052C85

Tints of Smalt #052C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.18%

 BLUE value IS 133 (52.34% from 255) = 73.08%

R = 2.75%
G = 24.18%
B = 73.08%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#052C85 (or 0x052C85) is known color: Smalt. HEX triplet: 05, 2C and 85. RGB value is (5,44,133). Sum of RGB (Red+Green+Blue) = 5+44+133=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #052C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052C85 is #FAD37A. Grayscale: #2A2A2A. Windows color (decimal): -16438139 or 8727557. OLE color: 8727557.

HSL color Cylindrical-coordinate representation of color #052C85: hue angle of 221.72º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052C85 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 44 133 -
CMYK 0.96 0.67 0 0.48
HSL 221.72º 0.93% 0.27% -
HSV(B) 221.72º 0.96% 0.52% -
XYZ 5.2 3.53 22.6 -
YUV 42.49 179.08 101.26 -
System Red Green Blue C M Y K H S L
Decimal 5 44 133 0.96 0.67 0 0.48 221.72 0.93 0.27
Hex 5 2C 85 60 43 0 30 DE 5D 1B
Octal 5 54 205 140 103 0 60 336 135 33
Binary 101 101100 10000101 1100000 1000011 0 110000 11011110 1011101 11011

Color Harmonies of #052C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C85

Black with #052C85

Text Example


Text Example

White with #052C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,44,133); }

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

background-color css

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

 a { background-color: rgb(5,44,133); }

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

border-color css

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

 span { border-color: rgb(5,44,133); }

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