Html Css Color HEX #05208B Smalt

📋 copy color: '#05208B'

red 5 ◦ green 32 ◦ blue 139

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

Shades of Smalt #05208B

Tints of Smalt #05208B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.18%

 BLUE value IS 139 (54.69% from 255) = 78.98%

R = 2.84%
G = 18.18%
B = 78.98%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05208B (or 0x05208B) is known color: Smalt. HEX triplet: 05, 20 and 8B. RGB value is (5,32,139). Sum of RGB (Red+Green+Blue) = 5+32+139=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 139 (54.69% from 255 or 78.98% from 176); Max value from RGB is 139 - color contains mainly: blue. Hex color #05208B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05208B is #FADF74. Grayscale: #232323. Windows color (decimal): -16441205 or 9117701. OLE color: 9117701.

HSL color Cylindrical-coordinate representation of color #05208B: hue angle of 227.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05208B is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 32 139 -
CMYK 0.96 0.77 0 0.45
HSL 227.91º 0.93% 0.28% -
HSV(B) 227.91º 0.96% 0.55% -
XYZ 5.24 2.93 24.72 -
YUV 36.13 186.05 105.8 -
System Red Green Blue C M Y K H S L
Decimal 5 32 139 0.96 0.77 0 0.45 227.91 0.93 0.28
Hex 5 20 8B 60 4D 0 2D E4 5D 1C
Octal 5 40 213 140 115 0 55 344 135 34
Binary 101 100000 10001011 1100000 1001101 0 101101 11100100 1011101 11100

Color Harmonies of #05208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05208B

Black with #05208B

Text Example


Text Example

White with #05208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05208B; }

 p { color: rgb(5,32,139); }

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

background-color css

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

 a { background-color: rgb(5,32,139); }

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

border-color css

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

 span { border-color: rgb(5,32,139); }

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