Html Css Color HEX #0538A0 Smalt

📋 copy color: '#0538A0'

red 5 ◦ green 56 ◦ blue 160

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

Shades of Smalt #0538A0

Tints of Smalt #0538A0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

 BLUE value IS 160 (62.89% from 255) = 72.4%

R = 2.26%
G = 25.34%
B = 72.4%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0538A0 (or 0x0538A0) is known color: Smalt. HEX triplet: 05, 38 and A0. RGB value is (5,56,160). Sum of RGB (Red+Green+Blue) = 5+56+160=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 160 (62.89% from 255 or 72.40% from 221); Max value from RGB is 160 - color contains mainly: blue. Hex color #0538A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0538A0 is #FAC75F. Grayscale: #343434. Windows color (decimal): -16435040 or 10500101. OLE color: 10500101.

HSL color Cylindrical-coordinate representation of color #0538A0: hue angle of 220.26º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0538A0 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 56 160 -
CMYK 0.97 0.65 0 0.37
HSL 220.26º 0.94% 0.32% -
HSV(B) 220.26º 0.97% 0.63% -
XYZ 7.82 5.4 33.89 -
YUV 52.61 188.6 94.04 -
System Red Green Blue C M Y K H S L
Decimal 5 56 160 0.97 0.65 0 0.37 220.26 0.94 0.32
Hex 5 38 A0 61 41 0 25 DC 5E 20
Octal 5 70 240 141 101 0 45 334 136 40
Binary 101 111000 10100000 1100001 1000001 0 100101 11011100 1011110 100000

Color Harmonies of #0538A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0538A0

Black with #0538A0

Text Example


Text Example

White with #0538A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0538A0; }

 p { color: rgb(5,56,160); }

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

background-color css

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

 a { background-color: rgb(5,56,160); }

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

border-color css

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

 span { border-color: rgb(5,56,160); }

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