Html Css Color HEX #05348C Smalt

📋 copy color: '#05348C'

red 5 ◦ green 52 ◦ blue 140

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

Shades of Smalt #05348C

Tints of Smalt #05348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 71.07%

R = 2.54%
G = 26.4%
B = 71.07%

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

#05348C (or 0x05348C) is known color: Smalt. HEX triplet: 05, 34 and 8C. RGB value is (5,52,140). Sum of RGB (Red+Green+Blue) = 5+52+140=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #05348C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05348C is #FACB73. Grayscale: #2F2F2F. Windows color (decimal): -16436084 or 9188357. OLE color: 9188357.

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

Color convert

RGB 5 52 140 -
CMYK 0.96 0.63 0 0.45
HSL 219.11º 0.93% 0.28% -
HSV(B) 219.11º 0.96% 0.55% -
XYZ 6.02 4.38 25.34 -
YUV 47.98 179.93 97.34 -
System Red Green Blue C M Y K H S L
Decimal 5 52 140 0.96 0.63 0 0.45 219.11 0.93 0.28
Hex 5 34 8C 60 3F 0 2D DB 5D 1C
Octal 5 64 214 140 77 0 55 333 135 34
Binary 101 110100 10001100 1100000 111111 0 101101 11011011 1011101 11100

Color Harmonies of #05348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05348C

Black with #05348C

Text Example


Text Example

White with #05348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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