Html Css Color HEX #052D8F Smalt

📋 copy color: '#052D8F'

red 5 ◦ green 45 ◦ blue 143

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

Shades of Smalt #052D8F

Tints of Smalt #052D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 74.09%

R = 2.59%
G = 23.32%
B = 74.09%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#052D8F (or 0x052D8F) is known color: Smalt. HEX triplet: 05, 2D and 8F. RGB value is (5,45,143). Sum of RGB (Red+Green+Blue) = 5+45+143=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 143 (56.25% from 255 or 74.09% from 193); Max value from RGB is 143 - color contains mainly: blue. Hex color #052D8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D8F is #FAD270. Grayscale: #2B2B2B. Windows color (decimal): -16437873 or 9383173. OLE color: 9383173.

HSL color Cylindrical-coordinate representation of color #052D8F: hue angle of 222.61º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052D8F is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 45 143 -
CMYK 0.97 0.69 0 0.44
HSL 222.61º 0.93% 0.29% -
HSV(B) 222.61º 0.97% 0.56% -
XYZ 5.96 3.89 26.42 -
YUV 44.21 183.75 100.03 -
System Red Green Blue C M Y K H S L
Decimal 5 45 143 0.97 0.69 0 0.44 222.61 0.93 0.29
Hex 5 2D 8F 61 45 0 2C DF 5D 1D
Octal 5 55 217 141 105 0 54 337 135 35
Binary 101 101101 10001111 1100001 1000101 0 101100 11011111 1011101 11101

Color Harmonies of #052D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D8F

Black with #052D8F

Text Example


Text Example

White with #052D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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