Html Css Color HEX #052D85 Smalt

📋 copy color: '#052D85'

red 5 ◦ green 45 ◦ blue 133

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

Shades of Smalt #052D85

Tints of Smalt #052D85

RGB

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

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

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

R = 2.73%
G = 24.59%
B = 72.68%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#052D85 (or 0x052D85) is known color: Smalt. HEX triplet: 05, 2D and 85. RGB value is (5,45,133). Sum of RGB (Red+Green+Blue) = 5+45+133=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #052D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D85 is #FAD27A. Grayscale: #2A2A2A. Windows color (decimal): -16437883 or 8727813. OLE color: 8727813.

HSL color Cylindrical-coordinate representation of color #052D85: hue angle of 221.25º 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 #052D85 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 45 133 -
CMYK 0.96 0.66 0 0.48
HSL 221.25º 0.93% 0.27% -
HSV(B) 221.25º 0.96% 0.52% -
XYZ 5.23 3.6 22.61 -
YUV 43.07 178.75 100.84 -
System Red Green Blue C M Y K H S L
Decimal 5 45 133 0.96 0.66 0 0.48 221.25 0.93 0.27
Hex 5 2D 85 60 42 0 30 DD 5D 1B
Octal 5 55 205 140 102 0 60 335 135 33
Binary 101 101101 10000101 1100000 1000010 0 110000 11011101 1011101 11011

Color Harmonies of #052D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D85

Black with #052D85

Text Example


Text Example

White with #052D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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