#15285D

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

Shades of Sapphire #15285D

Tints of Sapphire #15285D

Color information

#15285D (or 0x15285D) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 5D. RGB value is (21,40,93). Sum of RGB (Red+Green+Blue) = 21+40+93=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #15285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15285D is #EAD7A2. Grayscale: #282828. Windows color (decimal): -15390627 or 6105109. OLE color: 6105109.

HSL color Cylindrical-coordinate representation of color #15285D: hue angle of 224.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15285D is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB214093-
CMYK0.770.5700.64
HSL224.17º63.16%22.35%-
HSV(B)224.17º77.42%36.47%-
XYZ3.042.4710.67-
YUV40.36157.71114.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=13.64%
G=25.97%
B=60.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2140930.770.5700.64224.1763.1622.35
Hex15285D4D39040e03f16
Octal25501351157101003407726
Binary1010110100010111011001101111001010000001110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15285D; }

 p { color: rgb(21,40,93); }

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

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

 a { background-color: rgb(21,40,93); }

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

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

 span { border-color: rgb(21,40,93); }

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