Html Css Color HEX #05348B Smalt

📋 copy color: '#05348B'

red 5 ◦ green 52 ◦ blue 139

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

Shades of Smalt #05348B

Tints of Smalt #05348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.53%

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

R = 2.55%
G = 26.53%
B = 70.92%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05348B (or 0x05348B) is known color: Smalt. HEX triplet: 05, 34 and 8B. RGB value is (5,52,139). Sum of RGB (Red+Green+Blue) = 5+52+139=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 139 (54.69% from 255 or 70.92% from 196); Max value from RGB is 139 - color contains mainly: blue. Hex color #05348B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05348B is #FACB74. Grayscale: #2F2F2F. Windows color (decimal): -16436085 or 9122821. OLE color: 9122821.

HSL color Cylindrical-coordinate representation of color #05348B: hue angle of 218.96º 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 #05348B is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 52 139 -
CMYK 0.96 0.63 0 0.45
HSL 218.96º 0.93% 0.28% -
HSV(B) 218.96º 0.96% 0.55% -
XYZ 5.95 4.35 24.95 -
YUV 47.87 179.43 97.43 -
System Red Green Blue C M Y K H S L
Decimal 5 52 139 0.96 0.63 0 0.45 218.96 0.93 0.28
Hex 5 34 8B 60 3F 0 2D DB 5D 1C
Octal 5 64 213 140 77 0 55 333 135 34
Binary 101 110100 10001011 1100000 111111 0 101101 11011011 1011101 11100

Color Harmonies of #05348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05348B

Black with #05348B

Text Example


Text Example

White with #05348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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