Html Css Color HEX #15358C Smalt

📋 copy color: '#15358C'

red 21 ◦ green 53 ◦ blue 140

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

Shades of Smalt #15358C

Tints of Smalt #15358C

RGB

 RED value IS 21 (8.59% from 255) = 9.81%

 GREEN value IS 53 (21.09% from 255) = 24.77%

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

R = 9.81%
G = 24.77%
B = 65.42%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15358C (or 0x15358C) is known color: Smalt. HEX triplet: 15, 35 and 8C. RGB value is (21,53,140). Sum of RGB (Red+Green+Blue) = 21+53+140=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #15358C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15358C is #EACA73. Grayscale: #343434. Windows color (decimal): -15387252 or 9188629. OLE color: 9188629.

HSL color Cylindrical-coordinate representation of color #15358C: hue angle of 223.87º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15358C is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 53 140 -
CMYK 0.85 0.62 0 0.45
HSL 223.87º 0.74% 0.32% -
HSV(B) 223.87º 0.85% 0.55% -
XYZ 6.32 4.6 25.37 -
YUV 53.35 176.9 104.93 -
System Red Green Blue C M Y K H S L
Decimal 21 53 140 0.85 0.62 0 0.45 223.87 0.74 0.32
Hex 15 35 8C 55 3E 0 2D E0 4A 20
Octal 25 65 214 125 76 0 55 340 112 40
Binary 10101 110101 10001100 1010101 111110 0 101101 11100000 1001010 100000

Color Harmonies of #15358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15358C

Black with #15358C

Text Example


Text Example

White with #15358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,53,140); }

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

background-color css

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

 a { background-color: rgb(21,53,140); }

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

border-color css

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

 span { border-color: rgb(21,53,140); }

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