Html Css Color HEX #05399D Smalt

📋 copy color: '#05399D'

red 5 ◦ green 57 ◦ blue 157

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

Shades of Smalt #05399D

Tints of Smalt #05399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.03%

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

R = 2.28%
G = 26.03%
B = 71.69%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05399D (or 0x05399D) is known color: Smalt. HEX triplet: 05, 39 and 9D. RGB value is (5,57,157). Sum of RGB (Red+Green+Blue) = 5+57+157=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 157 (61.72% from 255 or 71.69% from 219); Max value from RGB is 157 - color contains mainly: blue. Hex color #05399D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05399D is #FAC662. Grayscale: #343434. Windows color (decimal): -16434787 or 10303749. OLE color: 10303749.

HSL color Cylindrical-coordinate representation of color #05399D: hue angle of 219.47º 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 #05399D is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 57 157 -
CMYK 0.97 0.64 0 0.38
HSL 219.47º 0.94% 0.32% -
HSV(B) 219.47º 0.97% 0.62% -
XYZ 7.61 5.39 32.54 -
YUV 52.85 186.77 93.87 -
System Red Green Blue C M Y K H S L
Decimal 5 57 157 0.97 0.64 0 0.38 219.47 0.94 0.32
Hex 5 39 9D 61 40 0 26 DB 5E 20
Octal 5 71 235 141 100 0 46 333 136 40
Binary 101 111001 10011101 1100001 1000000 0 100110 11011011 1011110 100000

Color Harmonies of #05399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05399D

Black with #05399D

Text Example


Text Example

White with #05399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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