Html Css Color HEX #052C9D Smalt

📋 copy color: '#052C9D'

red 5 ◦ green 44 ◦ blue 157

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

Shades of Smalt #052C9D

Tints of Smalt #052C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 76.21%

R = 2.43%
G = 21.36%
B = 76.21%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#052C9D (or 0x052C9D) is known color: Smalt. HEX triplet: 05, 2C and 9D. RGB value is (5,44,157). Sum of RGB (Red+Green+Blue) = 5+44+157=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #052C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052C9D is #FAD362. Grayscale: #2C2C2C. Windows color (decimal): -16438115 or 10300421. OLE color: 10300421.

HSL color Cylindrical-coordinate representation of color #052C9D: hue angle of 224.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052C9D is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 44 157 -
CMYK 0.97 0.72 0 0.38
HSL 224.61º 0.94% 0.32% -
HSV(B) 224.61º 0.97% 0.62% -
XYZ 7.05 4.27 32.35 -
YUV 45.22 191.08 99.31 -
System Red Green Blue C M Y K H S L
Decimal 5 44 157 0.97 0.72 0 0.38 224.61 0.94 0.32
Hex 5 2C 9D 61 48 0 26 E1 5E 20
Octal 5 54 235 141 110 0 46 341 136 40
Binary 101 101100 10011101 1100001 1001000 0 100110 11100001 1011110 100000

Color Harmonies of #052C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C9D

Black with #052C9D

Text Example


Text Example

White with #052C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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