#18255A

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

Shades of Sapphire #18255A

Tints of Sapphire #18255A

Color information

#18255A (or 0x18255A) is unknown color: approx Sapphire. HEX triplet: 18, 25 and 5A. RGB value is (24,37,90). Sum of RGB (Red+Green+Blue) = 24+37+90=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #18255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18255A is #E7DAA5. Grayscale: #262626. Windows color (decimal): -15194790 or 5907736. OLE color: 5907736.

HSL color Cylindrical-coordinate representation of color #18255A: hue angle of 228.18º 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 #18255A is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB243790-
CMYK0.730.5900.65
HSL228.18º57.89%22.35%-
HSV(B)228.18º73.33%35.29%-
XYZ2.882.269.96-
YUV39.15156.69117.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=15.89%
G=24.50%
B=59.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2437900.730.5900.65228.1857.8922.35
Hex18255A493B041e43a16
Octal30451321117301013447226
Binary1100010010110110101001001111011010000011110010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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