Html Css Color HEX #05398B Smalt

📋 copy color: '#05398B'

red 5 ◦ green 57 ◦ blue 139

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

Shades of Smalt #05398B

Tints of Smalt #05398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 69.15%

R = 2.49%
G = 28.36%
B = 69.15%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05398B (or 0x05398B) is known color: Smalt. HEX triplet: 05, 39 and 8B. RGB value is (5,57,139). Sum of RGB (Red+Green+Blue) = 5+57+139=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #05398B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05398B is #FAC674. Grayscale: #323232. Windows color (decimal): -16434805 or 9124101. OLE color: 9124101.

HSL color Cylindrical-coordinate representation of color #05398B: hue angle of 216.72º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05398B is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 57 139 -
CMYK 0.96 0.59 0 0.45
HSL 216.72º 0.93% 0.28% -
HSV(B) 216.72º 0.96% 0.55% -
XYZ 6.19 4.82 25.03 -
YUV 50.8 177.77 95.33 -
System Red Green Blue C M Y K H S L
Decimal 5 57 139 0.96 0.59 0 0.45 216.72 0.93 0.28
Hex 5 39 8B 60 3B 0 2D D9 5D 1C
Octal 5 71 213 140 73 0 55 331 135 34
Binary 101 111001 10001011 1100000 111011 0 101101 11011001 1011101 11100

Color Harmonies of #05398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05398B

Black with #05398B

Text Example


Text Example

White with #05398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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