#153267

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

Shades of Sapphire #153267

Tints of Sapphire #153267

Color information

#153267 (or 0x153267) is unknown color: approx Sapphire. HEX triplet: 15, 32 and 67. RGB value is (21,50,103). Sum of RGB (Red+Green+Blue) = 21+50+103=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #153267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153267 is #EACD98. Grayscale: #2F2F2F. Windows color (decimal): -15388057 or 6763029. OLE color: 6763029.

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

Color convert

RGB2150103-
CMYK0.800.5100.60
HSL218.78º66.13%24.31%-
HSV(B)218.78º79.61%40.39%-
XYZ3.93.4213.29-
YUV47.37159.39109.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 103 (40.62% from 255) = 59.20%
R=12.07%
G=28.74%
B=59.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21501030.800.5100.60218.7866.1324.31
Hex153267503303Cdb4218
Octal25621471206307433310230
Binary1010111001011001111010000110011011110011011011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153267; }

 p { color: rgb(21,50,103); }

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

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

 a { background-color: rgb(21,50,103); }

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

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

 span { border-color: rgb(21,50,103); }

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