#153672

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

Shades of Sapphire #153672

Tints of Sapphire #153672

Color information

#153672 (or 0x153672) is unknown color: approx Sapphire. HEX triplet: 15, 36 and 72. RGB value is (21,54,114). Sum of RGB (Red+Green+Blue) = 21+54+114=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #153672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153672 is #EAC98D. Grayscale: #323232. Windows color (decimal): -15387022 or 7484949. OLE color: 7484949.

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

Color convert

RGB2154114-
CMYK0.820.5300.55
HSL218.71º68.89%26.47%-
HSV(B)218.71º81.58%44.71%-
XYZ4.674.0116.45-
YUV50.97163.57106.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 114 (44.92% from 255) = 60.32%
R=11.11%
G=28.57%
B=60.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21541140.820.5300.55218.7168.8926.47
Hex1536725235037db451a
Octal25661621226506733310532
Binary1010111011011100101010010110101011011111011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153672; }

 p { color: rgb(21,54,114); }

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

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

 a { background-color: rgb(21,54,114); }

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

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

 span { border-color: rgb(21,54,114); }

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