#18255E

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

Shades of Sapphire #18255E

Tints of Sapphire #18255E

Color information

#18255E (or 0x18255E) is unknown color: approx Sapphire. HEX triplet: 18, 25 and 5E. RGB value is (24,37,94). Sum of RGB (Red+Green+Blue) = 24+37+94=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #18255E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18255E is #E7DAA1. Grayscale: #272727. Windows color (decimal): -15194786 or 6169880. OLE color: 6169880.

HSL color Cylindrical-coordinate representation of color #18255E: hue angle of 228.86º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18255E is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB243794-
CMYK0.740.6100.63
HSL228.86º59.32%23.14%-
HSV(B)228.86º74.47%36.86%-
XYZ3.062.3310.88-
YUV39.61158.69116.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 94 (37.11% from 255) = 60.65%
R=15.48%
G=23.87%
B=60.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2437940.740.6100.63228.8659.3223.14
Hex18255E4A3D03Fe53b17
Octal3045136112750773457327
Binary110001001011011110100101011110101111111110010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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