#18285D

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

Shades of Sapphire #18285D

Tints of Sapphire #18285D

Color information

#18285D (or 0x18285D) is unknown color: approx Sapphire. HEX triplet: 18, 28 and 5D. RGB value is (24,40,93). Sum of RGB (Red+Green+Blue) = 24+40+93=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #18285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18285D is #E7D7A2. Grayscale: #292929. Windows color (decimal): -15194019 or 6105112. OLE color: 6105112.

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

Color convert

RGB244093-
CMYK0.740.5700.64
HSL226.09º58.97%22.94%-
HSV(B)226.09º74.19%36.47%-
XYZ3.112.510.67-
YUV41.26157.2115.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 93 (36.72% from 255) = 59.24%
R=15.29%
G=25.48%
B=59.24%

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
Decimal2440930.740.5700.64226.0958.9722.94
Hex18285D4A39040e23b17
Octal30501351127101003427327
Binary1100010100010111011001010111001010000001110001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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