#18265C

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

Shades of Sapphire #18265C

Tints of Sapphire #18265C

Color information

#18265C (or 0x18265C) is unknown color: approx Sapphire. HEX triplet: 18, 26 and 5C. RGB value is (24,38,92). Sum of RGB (Red+Green+Blue) = 24+38+92=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #18265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18265C is #E7D9A3. Grayscale: #272727. Windows color (decimal): -15194532 or 6039064. OLE color: 6039064.

HSL color Cylindrical-coordinate representation of color #18265C: hue angle of 227.65º degrees, saturation: 0.59, 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 #18265C is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB243892-
CMYK0.740.5900.64
HSL227.65º58.62%22.75%-
HSV(B)227.65º73.91%36.08%-
XYZ32.3510.42-
YUV39.97157.36116.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 92 (36.33% from 255) = 59.74%
R=15.58%
G=24.68%
B=59.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2438920.740.5900.64227.6558.6222.75
Hex18265C4A3B040e43b17
Octal30461341127301003447327
Binary1100010011010111001001010111011010000001110010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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