Html Css Color HEX #05218C Smalt

📋 copy color: '#05218C'

red 5 ◦ green 33 ◦ blue 140

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

Shades of Smalt #05218C

Tints of Smalt #05218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.54%

 BLUE value IS 140 (55.08% from 255) = 78.65%

R = 2.81%
G = 18.54%
B = 78.65%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05218C (or 0x05218C) is known color: Smalt. HEX triplet: 05, 21 and 8C. RGB value is (5,33,140). Sum of RGB (Red+Green+Blue) = 5+33+140=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 140 (55.08% from 255 or 78.65% from 178); Max value from RGB is 140 - color contains mainly: blue. Hex color #05218C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05218C is #FADE73. Grayscale: #242424. Windows color (decimal): -16440948 or 9183493. OLE color: 9183493.

HSL color Cylindrical-coordinate representation of color #05218C: hue angle of 227.56º 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 #05218C is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 33 140 -
CMYK 0.96 0.76 0 0.45
HSL 227.56º 0.93% 0.28% -
HSV(B) 227.56º 0.96% 0.55% -
XYZ 5.34 3.01 25.11 -
YUV 36.83 186.22 105.3 -
System Red Green Blue C M Y K H S L
Decimal 5 33 140 0.96 0.76 0 0.45 227.56 0.93 0.28
Hex 5 21 8C 60 4C 0 2D E4 5D 1C
Octal 5 41 214 140 114 0 55 344 135 34
Binary 101 100001 10001100 1100000 1001100 0 101101 11100100 1011101 11100

Color Harmonies of #05218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05218C

Black with #05218C

Text Example


Text Example

White with #05218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05218C; }

 p { color: rgb(5,33,140); }

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

background-color css

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

 a { background-color: rgb(5,33,140); }

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

border-color css

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

 span { border-color: rgb(5,33,140); }

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