#18255B

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

Shades of Sapphire #18255B

Tints of Sapphire #18255B

Color information

#18255B (or 0x18255B) is unknown color: approx Sapphire. HEX triplet: 18, 25 and 5B. RGB value is (24,37,91). Sum of RGB (Red+Green+Blue) = 24+37+91=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #18255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18255B is #E7DAA4. Grayscale: #272727. Windows color (decimal): -15194789 or 5973272. OLE color: 5973272.

HSL color Cylindrical-coordinate representation of color #18255B: hue angle of 228.36º degrees, saturation: 0.58, 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 #18255B is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB243791-
CMYK0.740.5900.64
HSL228.36º58.26%22.55%-
HSV(B)228.36º73.63%35.69%-
XYZ2.932.2710.18-
YUV39.27157.19117.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 91 (35.94% from 255) = 59.87%
R=15.79%
G=24.34%
B=59.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2437910.740.5900.64228.3658.2622.55
Hex18255B4A3B040e43a17
Octal30451331127301003447227
Binary1100010010110110111001010111011010000001110010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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