#153074

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

Shades of Sapphire #153074

Tints of Sapphire #153074

Color information

#153074 (or 0x153074) is unknown color: approx Sapphire. HEX triplet: 15, 30 and 74. RGB value is (21,48,116). Sum of RGB (Red+Green+Blue) = 21+48+116=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #153074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153074 is #EACF8B. Grayscale: #2F2F2F. Windows color (decimal): -15388556 or 7614485. OLE color: 7614485.

HSL color Cylindrical-coordinate representation of color #153074: hue angle of 222.95º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153074 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2148116-
CMYK0.820.5900.55
HSL222.95º69.34%26.86%-
HSV(B)222.95º81.9%45.49%-
XYZ4.523.5316.97-
YUV47.68166.55108.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=11.35%
G=25.95%
B=62.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21481160.820.5900.55222.9569.3426.86
Hex153074523B037df451b
Octal25601641227306733710533
Binary1010111000011101001010010111011011011111011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153074; }

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

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

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

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

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

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

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

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