Html Css Color HEX #05408F Smalt

📋 copy color: '#05408F'

red 5 ◦ green 64 ◦ blue 143

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

Shades of Smalt #05408F

Tints of Smalt #05408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

 BLUE value IS 143 (56.25% from 255) = 67.45%

R = 2.36%
G = 30.19%
B = 67.45%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05408F (or 0x05408F) is known color: Smalt. HEX triplet: 05, 40 and 8F. RGB value is (5,64,143). Sum of RGB (Red+Green+Blue) = 5+64+143=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #05408F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05408F is #FABF70. Grayscale: #363636. Windows color (decimal): -16433009 or 9388037. OLE color: 9388037.

HSL color Cylindrical-coordinate representation of color #05408F: hue angle of 214.35º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05408F is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 64 143 -
CMYK 0.97 0.55 0 0.44
HSL 214.35º 0.93% 0.29% -
HSV(B) 214.35º 0.97% 0.56% -
XYZ 6.85 5.68 26.72 -
YUV 55.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 5 64 143 0.97 0.55 0 0.44 214.35 0.93 0.29
Hex 5 40 8F 61 37 0 2C D6 5D 1D
Octal 5 100 217 141 67 0 54 326 135 35
Binary 101 1000000 10001111 1100001 110111 0 101100 11010110 1011101 11101

Color Harmonies of #05408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05408F

Black with #05408F

Text Example


Text Example

White with #05408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05408F; }

 p { color: rgb(5,64,143); }

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

background-color css

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

 a { background-color: rgb(5,64,143); }

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

border-color css

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

 span { border-color: rgb(5,64,143); }

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