Html Css Color HEX #052F99 Smalt

📋 copy color: '#052F99'

red 5 ◦ green 47 ◦ blue 153

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

Shades of Smalt #052F99

Tints of Smalt #052F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.93%

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

R = 2.44%
G = 22.93%
B = 74.63%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#052F99 (or 0x052F99) is known color: Smalt. HEX triplet: 05, 2F and 99. RGB value is (5,47,153). Sum of RGB (Red+Green+Blue) = 5+47+153=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #052F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052F99 is #FAD066. Grayscale: #2E2E2E. Windows color (decimal): -16437351 or 10039045. OLE color: 10039045.

HSL color Cylindrical-coordinate representation of color #052F99: hue angle of 222.97º 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 #052F99 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 5 47 153 -
CMYK 0.97 0.69 0 0.4
HSL 222.97º 0.94% 0.31% -
HSV(B) 222.97º 0.97% 0.6% -
XYZ 6.83 4.37 30.62 -
YUV 46.53 188.09 98.38 -
System Red Green Blue C M Y K H S L
Decimal 5 47 153 0.97 0.69 0 0.4 222.97 0.94 0.31
Hex 5 2F 99 61 45 0 28 DF 5E 1F
Octal 5 57 231 141 105 0 50 337 136 37
Binary 101 101111 10011001 1100001 1000101 0 101000 11011111 1011110 11111

Color Harmonies of #052F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F99

Black with #052F99

Text Example


Text Example

White with #052F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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