#18336C

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

Shades of Sapphire #18336C

Tints of Sapphire #18336C

Color information

#18336C (or 0x18336C) is unknown color: approx Sapphire. HEX triplet: 18, 33 and 6C. RGB value is (24,51,108). Sum of RGB (Red+Green+Blue) = 24+51+108=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #18336C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18336C is #E7CC93. Grayscale: #313131. Windows color (decimal): -15191188 or 7090968. OLE color: 7090968.

HSL color Cylindrical-coordinate representation of color #18336C: hue angle of 220.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18336C is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2451108-
CMYK0.780.5300.58
HSL220.71º63.64%25.88%-
HSV(B)220.71º77.78%42.35%-
XYZ4.273.6414.67-
YUV49.42161.05109.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 108 (42.58% from 255) = 59.02%
R=13.11%
G=27.87%
B=59.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24511080.780.5300.58220.7163.6425.88
Hex18336C4E3503Add401a
Octal30631541166507233510032
Binary1100011001111011001001110110101011101011011101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18336C; }

 p { color: rgb(24,51,108); }

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

<style>
 a { background-color: #18336C; }

 a { background-color: rgb(24,51,108); }

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

<style>
 span { border-color: #18336C; }

 span { border-color: rgb(24,51,108); }

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