Html Css Color HEX #05329B Smalt

📋 copy color: '#05329B'

red 5 ◦ green 50 ◦ blue 155

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

Shades of Smalt #05329B

Tints of Smalt #05329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.81%

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

R = 2.38%
G = 23.81%
B = 73.81%

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

#05329B (or 0x05329B) is known color: Smalt. HEX triplet: 05, 32 and 9B. RGB value is (5,50,155). Sum of RGB (Red+Green+Blue) = 5+50+155=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #05329B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05329B is #FACD64. Grayscale: #303030. Windows color (decimal): -16436581 or 10170885. OLE color: 10170885.

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

Color convert

RGB 5 50 155 -
CMYK 0.97 0.68 0 0.39
HSL 222º 0.94% 0.31% -
HSV(B) 222º 0.97% 0.61% -
XYZ 7.12 4.68 31.54 -
YUV 48.52 188.09 96.96 -
System Red Green Blue C M Y K H S L
Decimal 5 50 155 0.97 0.68 0 0.39 222 0.94 0.31
Hex 5 32 9B 61 44 0 27 DE 5E 1F
Octal 5 62 233 141 104 0 47 336 136 37
Binary 101 110010 10011011 1100001 1000100 0 100111 11011110 1011110 11111

Color Harmonies of #05329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05329B

Black with #05329B

Text Example


Text Example

White with #05329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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