#153469

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

Shades of Sapphire #153469

Tints of Sapphire #153469

Color information

#153469 (or 0x153469) is unknown color: approx Sapphire. HEX triplet: 15, 34 and 69. RGB value is (21,52,105). Sum of RGB (Red+Green+Blue) = 21+52+105=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #153469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153469 is #EACB96. Grayscale: #303030. Windows color (decimal): -15387543 or 6894613. OLE color: 6894613.

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

Color convert

RGB2152105-
CMYK0.800.5000.59
HSL217.86º66.67%24.71%-
HSV(B)217.86º80%41.18%-
XYZ4.093.6413.85-
YUV48.77159.73108.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 105 (41.41% from 255) = 58.99%
R=11.80%
G=29.21%
B=58.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21521050.800.5000.59217.8666.6724.71
Hex153469503203Bda4319
Octal25641511206207333210331
Binary1010111010011010011010000110010011101111011010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153469; }

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

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

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

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

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

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

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

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