#153069

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

Shades of Sapphire #153069

Tints of Sapphire #153069

Color information

#153069 (or 0x153069) is unknown color: approx Sapphire. HEX triplet: 15, 30 and 69. RGB value is (21,48,105). Sum of RGB (Red+Green+Blue) = 21+48+105=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #153069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153069 is #EACF96. Grayscale: #2E2E2E. Windows color (decimal): -15388567 or 6893589. OLE color: 6893589.

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

Color convert

RGB2148105-
CMYK0.800.5400.59
HSL220.71º66.67%24.71%-
HSV(B)220.71º80%41.18%-
XYZ3.923.2913.79-
YUV46.42161.05109.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 105 (41.41% from 255) = 60.34%
R=12.07%
G=27.59%
B=60.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21481050.800.5400.59220.7166.6724.71
Hex153069503603Bdd4319
Octal25601511206607333510331
Binary1010111000011010011010000110110011101111011101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153069; }

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

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

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

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

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

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

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

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