Html Css Color HEX #052F98 Smalt

📋 copy color: '#052F98'

red 5 ◦ green 47 ◦ blue 152

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

Shades of Smalt #052F98

Tints of Smalt #052F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 74.51%

R = 2.45%
G = 23.04%
B = 74.51%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#052F98 (or 0x052F98) is known color: Smalt. HEX triplet: 05, 2F and 98. RGB value is (5,47,152). Sum of RGB (Red+Green+Blue) = 5+47+152=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 152 (59.77% from 255 or 74.51% from 204); Max value from RGB is 152 - color contains mainly: blue. Hex color #052F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052F98 is #FAD067. Grayscale: #2D2D2D. Windows color (decimal): -16437352 or 9973509. OLE color: 9973509.

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

Color convert

RGB 5 47 152 -
CMYK 0.97 0.69 0 0.40
HSL 222.86º 0.94% 0.31% -
HSV(B) 222.86º 0.97% 0.6% -
XYZ 6.75 4.33 30.19 -
YUV 46.41 187.59 98.46 -
System Red Green Blue C M Y K H S L
Decimal 5 47 152 0.97 0.69 0 0.40 222.86 0.94 0.31
Hex 5 2F 98 61 45 0 28 DF 5E 1F
Octal 5 57 230 141 105 0 50 337 136 37
Binary 101 101111 10011000 1100001 1000101 0 101000 11011111 1011110 11111

Color Harmonies of #052F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F98

Black with #052F98

Text Example


Text Example

White with #052F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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