#152369

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

Shades of Sapphire #152369

Tints of Sapphire #152369

Color information

#152369 (or 0x152369) is unknown color: approx Sapphire. HEX triplet: 15, 23 and 69. RGB value is (21,35,105). Sum of RGB (Red+Green+Blue) = 21+35+105=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #152369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152369 is #EADC96. Grayscale: #262626. Windows color (decimal): -15391895 or 6890261. OLE color: 6890261.

HSL color Cylindrical-coordinate representation of color #152369: hue angle of 230º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152369 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2135105-
CMYK0.800.6700.59
HSL230º66.67%24.71%-
HSV(B)230º80%41.18%-
XYZ3.462.3813.64-
YUV38.79165.36115.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 35 (14.06% from 255) = 21.74%
BLUE value IS 105 (41.41% from 255) = 65.22%
R=13.04%
G=21.74%
B=65.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21351050.800.6700.5923066.6724.71
Hex152369504303Be64319
Octal254315112010307334610331
Binary10101100011110100110100001000011011101111100110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152369; }

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

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

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

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

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

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

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

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