Html Css Color HEX #053098 Smalt

📋 copy color: '#053098'

red 5 ◦ green 48 ◦ blue 152

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

Shades of Smalt #053098

Tints of Smalt #053098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

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

R = 2.44%
G = 23.41%
B = 74.15%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#053098 (or 0x053098) is known color: Smalt. HEX triplet: 05, 30 and 98. RGB value is (5,48,152). Sum of RGB (Red+Green+Blue) = 5+48+152=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #053098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053098 is #FACF67. Grayscale: #2E2E2E. Windows color (decimal): -16437096 or 9973765. OLE color: 9973765.

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

Color convert

RGB 5 48 152 -
CMYK 0.97 0.68 0 0.40
HSL 222.45º 0.94% 0.31% -
HSV(B) 222.45º 0.97% 0.6% -
XYZ 6.79 4.41 30.2 -
YUV 47 187.25 98.04 -
System Red Green Blue C M Y K H S L
Decimal 5 48 152 0.97 0.68 0 0.40 222.45 0.94 0.31
Hex 5 30 98 61 44 0 28 DE 5E 1F
Octal 5 60 230 141 104 0 50 336 136 37
Binary 101 110000 10011000 1100001 1000100 0 101000 11011110 1011110 11111

Color Harmonies of #053098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053098

Black with #053098

Text Example


Text Example

White with #053098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053098; }

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

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

background-color css

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

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

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

border-color css

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

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

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