Html Css Color HEX #05398E Smalt

📋 copy color: '#05398E'

red 5 ◦ green 57 ◦ blue 142

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

Shades of Smalt #05398E

Tints of Smalt #05398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 69.61%

R = 2.45%
G = 27.94%
B = 69.61%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05398E (or 0x05398E) is known color: Smalt. HEX triplet: 05, 39 and 8E. RGB value is (5,57,142). Sum of RGB (Red+Green+Blue) = 5+57+142=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #05398E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05398E is #FAC671. Grayscale: #323232. Windows color (decimal): -16434802 or 9320709. OLE color: 9320709.

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

Color convert

RGB 5 57 142 -
CMYK 0.96 0.60 0 0.44
HSL 217.23º 0.93% 0.29% -
HSV(B) 217.23º 0.96% 0.56% -
XYZ 6.41 4.91 26.2 -
YUV 51.14 179.27 95.09 -
System Red Green Blue C M Y K H S L
Decimal 5 57 142 0.96 0.60 0 0.44 217.23 0.93 0.29
Hex 5 39 8E 60 3C 0 2C D9 5D 1D
Octal 5 71 216 140 74 0 54 331 135 35
Binary 101 111001 10001110 1100000 111100 0 101100 11011001 1011101 11101

Color Harmonies of #05398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05398E

Black with #05398E

Text Example


Text Example

White with #05398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05398E; }

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

 H1.HeaderClassName
 {
   color: #05398E;
 }
 .AnyTagClassName
 {
   color: #05398E;
 }
</style>

background-color css

<style>
 a { background-color: #05398E; }

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

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

border-color css

<style>
 span { border-color: #05398E; }

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

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