Html Css Color HEX #05369B Smalt

📋 copy color: '#05369B'

red 5 ◦ green 54 ◦ blue 155

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

Shades of Smalt #05369B

Tints of Smalt #05369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.23%

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

R = 2.34%
G = 25.23%
B = 72.43%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05369B (or 0x05369B) is known color: Smalt. HEX triplet: 05, 36 and 9B. RGB value is (5,54,155). Sum of RGB (Red+Green+Blue) = 5+54+155=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #05369B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05369B is #FAC964. Grayscale: #323232. Windows color (decimal): -16435557 or 10171909. OLE color: 10171909.

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

Color convert

RGB 5 54 155 -
CMYK 0.97 0.65 0 0.39
HSL 220.4º 0.94% 0.31% -
HSV(B) 220.4º 0.97% 0.61% -
XYZ 7.3 5.04 31.6 -
YUV 50.86 186.77 95.29 -
System Red Green Blue C M Y K H S L
Decimal 5 54 155 0.97 0.65 0 0.39 220.4 0.94 0.31
Hex 5 36 9B 61 41 0 27 DC 5E 1F
Octal 5 66 233 141 101 0 47 334 136 37
Binary 101 110110 10011011 1100001 1000001 0 100111 11011100 1011110 11111

Color Harmonies of #05369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05369B

Black with #05369B

Text Example


Text Example

White with #05369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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