Html Css Color HEX #05409C Smalt

📋 copy color: '#05409C'

red 5 ◦ green 64 ◦ blue 156

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

Shades of Smalt #05409C

Tints of Smalt #05409C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.33%

R = 2.22%
G = 28.44%
B = 69.33%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05409C (or 0x05409C) is known color: Smalt. HEX triplet: 05, 40 and 9C. RGB value is (5,64,156). Sum of RGB (Red+Green+Blue) = 5+64+156=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #05409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05409C is #FABF63. Grayscale: #383838. Windows color (decimal): -16432996 or 10240005. OLE color: 10240005.

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

Color convert

RGB 5 64 156 -
CMYK 0.97 0.59 0 0.39
HSL 216.56º 0.94% 0.32% -
HSV(B) 216.56º 0.97% 0.61% -
XYZ 7.9 6.1 32.21 -
YUV 56.85 183.95 91.02 -
System Red Green Blue C M Y K H S L
Decimal 5 64 156 0.97 0.59 0 0.39 216.56 0.94 0.32
Hex 5 40 9C 61 3B 0 27 D9 5E 20
Octal 5 100 234 141 73 0 47 331 136 40
Binary 101 1000000 10011100 1100001 111011 0 100111 11011001 1011110 100000

Color Harmonies of #05409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05409C

Black with #05409C

Text Example


Text Example

White with #05409C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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