#153062

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

Shades of Sapphire #153062

Tints of Sapphire #153062

Color information

#153062 (or 0x153062) is unknown color: approx Sapphire. HEX triplet: 15, 30 and 62. RGB value is (21,48,98). Sum of RGB (Red+Green+Blue) = 21+48+98=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #153062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153062 is #EACF9D. Grayscale: #2D2D2D. Windows color (decimal): -15388574 or 6434837. OLE color: 6434837.

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

Color convert

RGB214898-
CMYK0.790.5100.62
HSL218.96º64.71%23.33%-
HSV(B)218.96º78.57%38.43%-
XYZ3.573.1611.98-
YUV45.63157.55110.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 98 (38.67% from 255) = 58.68%
R=12.57%
G=28.74%
B=58.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2148980.790.5100.62218.9664.7123.33
Hex1530624F3303Edb4117
Octal25601421176307633310127
Binary1010111000011000101001111110011011111011011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153062; }

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

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

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

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

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

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

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

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