#152665

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

Shades of Sapphire #152665

Tints of Sapphire #152665

Color information

#152665 (or 0x152665) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 65. RGB value is (21,38,101). Sum of RGB (Red+Green+Blue) = 21+38+101=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 101 (39.84% from 255 or 63.12% from 160); Max value from RGB is 101 - color contains mainly: blue. Hex color #152665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152665 is #EAD99A. Grayscale: #272727. Windows color (decimal): -15391131 or 6628885. OLE color: 6628885.

HSL color Cylindrical-coordinate representation of color #152665: hue angle of 227.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152665 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2138101-
CMYK0.790.6200.60
HSL227.25º65.57%23.92%-
HSV(B)227.25º79.21%39.61%-
XYZ3.352.4912.61-
YUV40.1162.37114.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 101 (39.84% from 255) = 63.12%
R=13.12%
G=23.75%
B=63.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21381010.790.6200.60227.2565.5723.92
Hex1526654F3E03Ce34218
Octal25461451177607434310230
Binary1010110011011001011001111111110011110011100011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152665; }

 p { color: rgb(21,38,101); }

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

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

 a { background-color: rgb(21,38,101); }

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

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

 span { border-color: rgb(21,38,101); }

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