#18285C

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

Shades of Sapphire #18285C

Tints of Sapphire #18285C

Color information

#18285C (or 0x18285C) is unknown color: approx Sapphire. HEX triplet: 18, 28 and 5C. RGB value is (24,40,92). Sum of RGB (Red+Green+Blue) = 24+40+92=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #18285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18285C is #E7D7A3. Grayscale: #282828. Windows color (decimal): -15194020 or 6039576. OLE color: 6039576.

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

Color convert

RGB244092-
CMYK0.740.5700.64
HSL225.88º58.62%22.75%-
HSV(B)225.88º73.91%36.08%-
XYZ3.072.4810.44-
YUV41.14156.7115.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 92 (36.33% from 255) = 58.97%
R=15.38%
G=25.64%
B=58.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2440920.740.5700.64225.8858.6222.75
Hex18285C4A39040e23b17
Octal30501341127101003427327
Binary1100010100010111001001010111001010000001110001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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