#153077

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

Shades of Sapphire #153077

Tints of Sapphire #153077

Color information

#153077 (or 0x153077) is unknown color: approx Sapphire. HEX triplet: 15, 30 and 77. RGB value is (21,48,119). Sum of RGB (Red+Green+Blue) = 21+48+119=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 119 (46.88% from 255 or 63.30% from 188); Max value from RGB is 119 - color contains mainly: blue. Hex color #153077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153077 is #EACF88. Grayscale: #2F2F2F. Windows color (decimal): -15388553 or 7811093. OLE color: 7811093.

HSL color Cylindrical-coordinate representation of color #153077: hue angle of 223.47º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153077 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2148119-
CMYK0.820.6000.53
HSL223.47º70%27.45%-
HSV(B)223.47º82.35%46.67%-
XYZ4.73.6117.9-
YUV48.02168.05108.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 119 (46.88% from 255) = 63.30%
R=11.17%
G=25.53%
B=63.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21481190.820.6000.53223.477027.45
Hex153077523C035df461b
Octal25601671227406533710633
Binary1010111000011101111010010111100011010111011111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153077; }

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

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

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

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

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

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

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

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