#18235C

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

Shades of Sapphire #18235C

Tints of Sapphire #18235C

Color information

#18235C (or 0x18235C) is unknown color: approx Sapphire. HEX triplet: 18, 23 and 5C. RGB value is (24,35,92). Sum of RGB (Red+Green+Blue) = 24+35+92=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #18235C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18235C is #E7DCA3. Grayscale: #252525. Windows color (decimal): -15195300 or 6038296. OLE color: 6038296.

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

Color convert

RGB243592-
CMYK0.740.6200.64
HSL230.29º58.62%22.75%-
HSV(B)230.29º73.91%36.08%-
XYZ2.912.1710.39-
YUV38.21158.36117.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 92 (36.33% from 255) = 60.93%
R=15.89%
G=23.18%
B=60.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2435920.740.6200.64230.2958.6222.75
Hex18235C4A3E040e63b17
Octal30431341127601003467327
Binary1100010001110111001001010111110010000001110011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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