Html Css Color HEX #052C99 Smalt

📋 copy color: '#052C99'

red 5 ◦ green 44 ◦ blue 153

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

Shades of Smalt #052C99

Tints of Smalt #052C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 75.74%

R = 2.48%
G = 21.78%
B = 75.74%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#052C99 (or 0x052C99) is known color: Smalt. HEX triplet: 05, 2C and 99. RGB value is (5,44,153). Sum of RGB (Red+Green+Blue) = 5+44+153=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 153 (60.16% from 255 or 75.74% from 202); Max value from RGB is 153 - color contains mainly: blue. Hex color #052C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052C99 is #FAD366. Grayscale: #2C2C2C. Windows color (decimal): -16438119 or 10038277. OLE color: 10038277.

HSL color Cylindrical-coordinate representation of color #052C99: hue angle of 224.19º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052C99 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 44 153 -
CMYK 0.97 0.71 0 0.4
HSL 224.19º 0.94% 0.31% -
HSV(B) 224.19º 0.97% 0.6% -
XYZ 6.71 4.13 30.58 -
YUV 44.77 189.08 99.64 -
System Red Green Blue C M Y K H S L
Decimal 5 44 153 0.97 0.71 0 0.4 224.19 0.94 0.31
Hex 5 2C 99 61 47 0 28 E0 5E 1F
Octal 5 54 231 141 107 0 50 340 136 37
Binary 101 101100 10011001 1100001 1000111 0 101000 11100000 1011110 11111

Color Harmonies of #052C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C99

Black with #052C99

Text Example


Text Example

White with #052C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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