Html Css Color HEX #15368C Smalt

📋 copy color: '#15368C'

red 21 ◦ green 54 ◦ blue 140

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

Shades of Smalt #15368C

Tints of Smalt #15368C

RGB

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

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

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

R = 9.77%
G = 25.12%
B = 65.12%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15368C (or 0x15368C) is known color: Smalt. HEX triplet: 15, 36 and 8C. RGB value is (21,54,140). Sum of RGB (Red+Green+Blue) = 21+54+140=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #15368C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15368C is #EAC973. Grayscale: #353535. Windows color (decimal): -15386996 or 9188885. OLE color: 9188885.

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

Color convert

RGB 21 54 140 -
CMYK 0.85 0.61 0 0.45
HSL 223.36º 0.74% 0.32% -
HSV(B) 223.36º 0.85% 0.55% -
XYZ 6.36 4.69 25.38 -
YUV 53.94 176.57 104.51 -
System Red Green Blue C M Y K H S L
Decimal 21 54 140 0.85 0.61 0 0.45 223.36 0.74 0.32
Hex 15 36 8C 55 3D 0 2D DF 4A 20
Octal 25 66 214 125 75 0 55 337 112 40
Binary 10101 110110 10001100 1010101 111101 0 101101 11011111 1001010 100000

Color Harmonies of #15368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15368C

Black with #15368C

Text Example


Text Example

White with #15368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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