#153072

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

Shades of Sapphire #153072

Tints of Sapphire #153072

Color information

#153072 (or 0x153072) is unknown color: approx Sapphire. HEX triplet: 15, 30 and 72. RGB value is (21,48,114). Sum of RGB (Red+Green+Blue) = 21+48+114=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #153072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153072 is #EACF8D. Grayscale: #2F2F2F. Windows color (decimal): -15388558 or 7483413. OLE color: 7483413.

HSL color Cylindrical-coordinate representation of color #153072: hue angle of 222.58º 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 #153072 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2148114-
CMYK0.820.5800.55
HSL222.58º68.89%26.47%-
HSV(B)222.58º81.58%44.71%-
XYZ4.43.4916.36-
YUV47.45165.55109.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=11.48%
G=26.23%
B=62.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21481140.820.5800.55222.5868.8926.47
Hex153072523A037df451a
Octal25601621227206733710532
Binary1010111000011100101010010111010011011111011111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153072; }

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

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

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

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

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

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

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

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