#152769

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

Shades of Sapphire #152769

Tints of Sapphire #152769

Color information

#152769 (or 0x152769) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 69. RGB value is (21,39,105). Sum of RGB (Red+Green+Blue) = 21+39+105=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #152769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152769 is #EAD896. Grayscale: #282828. Windows color (decimal): -15390871 or 6891285. OLE color: 6891285.

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

Color convert

RGB2139105-
CMYK0.800.6300.59
HSL227.14º66.67%24.71%-
HSV(B)227.14º80%41.18%-
XYZ3.582.6313.68-
YUV41.14164.04113.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 105 (41.41% from 255) = 63.64%
R=12.73%
G=23.64%
B=63.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21391050.800.6300.59227.1466.6724.71
Hex152769503F03Be34319
Octal25471511207707334310331
Binary1010110011111010011010000111111011101111100011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152769; }

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

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

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

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

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

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

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

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