#153478

Color #153478 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #153478

Tints of Sapphire #153478

Color information

#153478 (or 0x153478) is unknown color: approx Sapphire. HEX triplet: 15, 34 and 78. RGB value is (21,52,120). Sum of RGB (Red+Green+Blue) = 21+52+120=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #153478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153478 is #EACB87. Grayscale: #323232. Windows color (decimal): -15387528 or 7877653. OLE color: 7877653.

HSL color Cylindrical-coordinate representation of color #153478: hue angle of 221.21º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153478 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2152120-
CMYK0.830.5700.53
HSL221.21º70.21%27.65%-
HSV(B)221.21º82.5%47.06%-
XYZ4.933.9718.28-
YUV50.48167.23106.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 120 (47.27% from 255) = 62.18%
R=10.88%
G=26.94%
B=62.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21521200.830.5700.53221.2170.2127.65
Hex1534785339035dd461c
Octal25641701237106533510634
Binary1010111010011110001010011111001011010111011101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153478; }

 p { color: rgb(21,52,120); }

 H1.HeaderClassName
 {
   color: #153478;
 }
 .AnyTagClassName
 {
   color: #153478;
 }
</style>
background-color css

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

 a { background-color: rgb(21,52,120); }

 div.DivClassName
 {
   background-color: #153478;
 }
 .BgClassName
 {
   background-color: #153478;
 }
</style>
border-color css

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

 span { border-color: rgb(21,52,120); }

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