#152367

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

Shades of Sapphire #152367

Tints of Sapphire #152367

Color information

#152367 (or 0x152367) is unknown color: approx Sapphire. HEX triplet: 15, 23 and 67. RGB value is (21,35,103). Sum of RGB (Red+Green+Blue) = 21+35+103=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 103 (40.62% from 255 or 64.78% from 159); Max value from RGB is 103 - color contains mainly: blue. Hex color #152367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152367 is #EADC98. Grayscale: #262626. Windows color (decimal): -15391897 or 6759189. OLE color: 6759189.

HSL color Cylindrical-coordinate representation of color #152367: hue angle of 229.76º 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 #152367 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2135103-
CMYK0.800.6600.60
HSL229.76º66.13%24.31%-
HSV(B)229.76º79.61%40.39%-
XYZ3.362.3413.11-
YUV38.57164.36115.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 103 (40.62% from 255) = 64.78%
R=13.21%
G=22.01%
B=64.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21351030.800.6600.60229.7666.1324.31
Hex152367504203Ce64218
Octal254314712010207434610230
Binary10101100011110011110100001000010011110011100110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152367; }

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

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

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

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

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

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

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

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