Html Css Color HEX #05409B Smalt

📋 copy color: '#05409B'

red 5 ◦ green 64 ◦ blue 155

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

Shades of Smalt #05409B

Tints of Smalt #05409B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.2%

R = 2.23%
G = 28.57%
B = 69.2%

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

#05409B (or 0x05409B) is known color: Smalt. HEX triplet: 05, 40 and 9B. RGB value is (5,64,155). Sum of RGB (Red+Green+Blue) = 5+64+155=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #05409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05409B is #FABF64. Grayscale: #383838. Windows color (decimal): -16432997 or 10174469. OLE color: 10174469.

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

Color convert

RGB 5 64 155 -
CMYK 0.97 0.59 0 0.39
HSL 216.4º 0.94% 0.31% -
HSV(B) 216.4º 0.97% 0.61% -
XYZ 7.81 6.07 31.77 -
YUV 56.73 183.45 91.1 -
System Red Green Blue C M Y K H S L
Decimal 5 64 155 0.97 0.59 0 0.39 216.4 0.94 0.31
Hex 5 40 9B 61 3B 0 27 D8 5E 1F
Octal 5 100 233 141 73 0 47 330 136 37
Binary 101 1000000 10011011 1100001 111011 0 100111 11011000 1011110 11111

Color Harmonies of #05409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05409B

Black with #05409B

Text Example


Text Example

White with #05409B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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