Html Css Color HEX #05319B Smalt

📋 copy color: '#05319B'

red 5 ◦ green 49 ◦ blue 155

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

Shades of Smalt #05319B

Tints of Smalt #05319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.44%

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

R = 2.39%
G = 23.44%
B = 74.16%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05319B (or 0x05319B) is known color: Smalt. HEX triplet: 05, 31 and 9B. RGB value is (5,49,155). Sum of RGB (Red+Green+Blue) = 5+49+155=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #05319B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05319B is #FACE64. Grayscale: #2F2F2F. Windows color (decimal): -16436837 or 10170629. OLE color: 10170629.

HSL color Cylindrical-coordinate representation of color #05319B: hue angle of 222.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 #05319B is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 49 155 -
CMYK 0.97 0.68 0 0.39
HSL 222.4º 0.94% 0.31% -
HSV(B) 222.4º 0.97% 0.61% -
XYZ 7.08 4.6 31.52 -
YUV 47.93 188.42 97.38 -
System Red Green Blue C M Y K H S L
Decimal 5 49 155 0.97 0.68 0 0.39 222.4 0.94 0.31
Hex 5 31 9B 61 44 0 27 DE 5E 1F
Octal 5 61 233 141 104 0 47 336 136 37
Binary 101 110001 10011011 1100001 1000100 0 100111 11011110 1011110 11111

Color Harmonies of #05319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05319B

Black with #05319B

Text Example


Text Example

White with #05319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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