#152266

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

Shades of Sapphire #152266

Tints of Sapphire #152266

Color information

#152266 (or 0x152266) is unknown color: approx Sapphire. HEX triplet: 15, 22 and 66. RGB value is (21,34,102). Sum of RGB (Red+Green+Blue) = 21+34+102=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #152266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152266 is #EADD99. Grayscale: #252525. Windows color (decimal): -15392154 or 6693397. OLE color: 6693397.

HSL color Cylindrical-coordinate representation of color #152266: hue angle of 230.37º 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 #152266 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2134102-
CMYK0.790.6700.6
HSL230.37º65.85%24.12%-
HSV(B)230.37º79.41%40%-
XYZ3.282.2612.83-
YUV37.86164.19115.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 102 (40.23% from 255) = 64.97%
R=13.38%
G=21.66%
B=64.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21341020.790.6700.6230.3765.8524.12
Hex1522664F4303Ce64218
Octal254214611710307434610230
Binary10101100010110011010011111000011011110011100110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152266; }

 p { color: rgb(21,34,102); }

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

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

 a { background-color: rgb(21,34,102); }

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

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

 span { border-color: rgb(21,34,102); }

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