#152262

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

Shades of Sapphire #152262

Tints of Sapphire #152262

Color information

#152262 (or 0x152262) is unknown color: approx Sapphire. HEX triplet: 15, 22 and 62. RGB value is (21,34,98). Sum of RGB (Red+Green+Blue) = 21+34+98=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 98 (38.67% from 255 or 64.05% from 153); Max value from RGB is 98 - color contains mainly: blue. Hex color #152262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152262 is #EADD9D. Grayscale: #252525. Windows color (decimal): -15392158 or 6431253. OLE color: 6431253.

HSL color Cylindrical-coordinate representation of color #152262: hue angle of 229.87º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152262 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB213498-
CMYK0.790.6500.62
HSL229.87º64.71%23.33%-
HSV(B)229.87º78.57%38.43%-
XYZ3.092.1911.81-
YUV37.41162.19116.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 98 (38.67% from 255) = 64.05%
R=13.73%
G=22.22%
B=64.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2134980.790.6500.62229.8764.7123.33
Hex1522624F4103Ee64117
Octal254214211710107634610127
Binary10101100010110001010011111000001011111011100110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152262; }

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

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

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

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

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

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

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

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