#152263

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

Shades of Sapphire #152263

Tints of Sapphire #152263

Color information

#152263 (or 0x152263) is unknown color: approx Sapphire. HEX triplet: 15, 22 and 63. RGB value is (21,34,99). Sum of RGB (Red+Green+Blue) = 21+34+99=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #152263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152263 is #EADD9C. Grayscale: #252525. Windows color (decimal): -15392157 or 6496789. OLE color: 6496789.

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

Color convert

RGB213499-
CMYK0.790.6600.61
HSL230º65%23.53%-
HSV(B)230º78.79%38.82%-
XYZ3.132.212.06-
YUV37.52162.69116.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 99 (39.06% from 255) = 64.29%
R=13.64%
G=22.08%
B=64.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2134990.790.6600.612306523.53
Hex1522634F4203De64118
Octal254214311710207534610130
Binary10101100010110001110011111000010011110111100110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152263; }

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

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

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

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

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

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

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

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