#18336E

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

Shades of Sapphire #18336E

Tints of Sapphire #18336E

Color information

#18336E (or 0x18336E) is unknown color: approx Sapphire. HEX triplet: 18, 33 and 6E. RGB value is (24,51,110). Sum of RGB (Red+Green+Blue) = 24+51+110=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #18336E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18336E is #E7CC91. Grayscale: #313131. Windows color (decimal): -15191186 or 7222040. OLE color: 7222040.

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

Color convert

RGB2451110-
CMYK0.780.5400.57
HSL221.16º64.18%26.27%-
HSV(B)221.16º78.18%43.14%-
XYZ4.373.6915.23-
YUV49.65162.05109.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 110 (43.36% from 255) = 59.46%
R=12.97%
G=27.57%
B=59.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24511100.780.5400.57221.1664.1826.27
Hex18336E4E36039dd401a
Octal30631561166607133510032
Binary1100011001111011101001110110110011100111011101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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