#18285A

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

Shades of Sapphire #18285A

Tints of Sapphire #18285A

Color information

#18285A (or 0x18285A) is unknown color: approx Sapphire. HEX triplet: 18, 28 and 5A. RGB value is (24,40,90). Sum of RGB (Red+Green+Blue) = 24+40+90=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #18285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18285A is #E7D7A5. Grayscale: #282828. Windows color (decimal): -15194022 or 5908504. OLE color: 5908504.

HSL color Cylindrical-coordinate representation of color #18285A: hue angle of 225.45º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18285A is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB244090-
CMYK0.730.5600.65
HSL225.45º57.89%22.35%-
HSV(B)225.45º73.33%35.29%-
XYZ2.982.459.99-
YUV40.92155.7115.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 90 (35.55% from 255) = 58.44%
R=15.58%
G=25.97%
B=58.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2440900.730.5600.65225.4557.8922.35
Hex18285A4938041e13a16
Octal30501321117001013417226
Binary1100010100010110101001001111000010000011110000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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