Html Css Color HEX #052D8D Smalt

📋 copy color: '#052D8D'

red 5 ◦ green 45 ◦ blue 141

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

Shades of Smalt #052D8D

Tints of Smalt #052D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 73.82%

R = 2.62%
G = 23.56%
B = 73.82%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#052D8D (or 0x052D8D) is known color: Smalt. HEX triplet: 05, 2D and 8D. RGB value is (5,45,141). Sum of RGB (Red+Green+Blue) = 5+45+141=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 141 (55.47% from 255 or 73.82% from 191); Max value from RGB is 141 - color contains mainly: blue. Hex color #052D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D8D is #FAD272. Grayscale: #2B2B2B. Windows color (decimal): -16437875 or 9252101. OLE color: 9252101.

HSL color Cylindrical-coordinate representation of color #052D8D: hue angle of 222.35º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052D8D is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 45 141 -
CMYK 0.96 0.68 0 0.45
HSL 222.35º 0.93% 0.29% -
HSV(B) 222.35º 0.96% 0.55% -
XYZ 5.81 3.83 25.63 -
YUV 43.98 182.75 100.19 -
System Red Green Blue C M Y K H S L
Decimal 5 45 141 0.96 0.68 0 0.45 222.35 0.93 0.29
Hex 5 2D 8D 60 44 0 2D DE 5D 1D
Octal 5 55 215 140 104 0 55 336 135 35
Binary 101 101101 10001101 1100000 1000100 0 101101 11011110 1011101 11101

Color Harmonies of #052D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D8D

Black with #052D8D

Text Example


Text Example

White with #052D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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