#18265B

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

Shades of Sapphire #18265B

Tints of Sapphire #18265B

Color information

#18265B (or 0x18265B) is unknown color: approx Sapphire. HEX triplet: 18, 26 and 5B. RGB value is (24,38,91). Sum of RGB (Red+Green+Blue) = 24+38+91=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #18265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18265B is #E7D9A4. Grayscale: #272727. Windows color (decimal): -15194533 or 5973528. OLE color: 5973528.

HSL color Cylindrical-coordinate representation of color #18265B: hue angle of 227.46º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18265B is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB243891-
CMYK0.740.5800.64
HSL227.46º58.26%22.55%-
HSV(B)227.46º73.63%35.69%-
XYZ2.962.3410.19-
YUV39.86156.86116.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 91 (35.94% from 255) = 59.48%
R=15.69%
G=24.84%
B=59.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2438910.740.5800.64227.4658.2622.55
Hex18265B4A3A040e33a17
Octal30461331127201003437227
Binary1100010011010110111001010111010010000001110001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18265B; }

 p { color: rgb(24,38,91); }

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

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

 a { background-color: rgb(24,38,91); }

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

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

 span { border-color: rgb(24,38,91); }

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