Html Css Color HEX #05409D Smalt

📋 copy color: '#05409D'

red 5 ◦ green 64 ◦ blue 157

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

Shades of Smalt #05409D

Tints of Smalt #05409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 69.47%

R = 2.21%
G = 28.32%
B = 69.47%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05409D (or 0x05409D) is known color: Smalt. HEX triplet: 05, 40 and 9D. RGB value is (5,64,157). Sum of RGB (Red+Green+Blue) = 5+64+157=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #05409D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05409D is #FABF62. Grayscale: #383838. Windows color (decimal): -16432995 or 10305541. OLE color: 10305541.

HSL color Cylindrical-coordinate representation of color #05409D: hue angle of 216.71º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05409D is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 64 157 -
CMYK 0.97 0.59 0 0.38
HSL 216.71º 0.94% 0.32% -
HSV(B) 216.71º 0.97% 0.62% -
XYZ 7.98 6.13 32.66 -
YUV 56.96 184.45 90.94 -
System Red Green Blue C M Y K H S L
Decimal 5 64 157 0.97 0.59 0 0.38 216.71 0.94 0.32
Hex 5 40 9D 61 3B 0 26 D9 5E 20
Octal 5 100 235 141 73 0 46 331 136 40
Binary 101 1000000 10011101 1100001 111011 0 100110 11011001 1011110 100000

Color Harmonies of #05409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05409D

Black with #05409D

Text Example


Text Example

White with #05409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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