#18356C

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

Shades of Sapphire #18356C

Tints of Sapphire #18356C

Color information

#18356C (or 0x18356C) is unknown color: approx Sapphire. HEX triplet: 18, 35 and 6C. RGB value is (24,53,108). Sum of RGB (Red+Green+Blue) = 24+53+108=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #18356C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18356C is #E7CA93. Grayscale: #323232. Windows color (decimal): -15190676 or 7091480. OLE color: 7091480.

HSL color Cylindrical-coordinate representation of color #18356C: hue angle of 219.29º 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 #18356C is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2453108-
CMYK0.780.5100.58
HSL219.29º63.64%25.88%-
HSV(B)219.29º77.78%42.35%-
XYZ4.363.8214.7-
YUV50.6160.39109.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=12.97%
G=28.65%
B=58.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24531080.780.5100.58219.2963.6425.88
Hex18356C4E3303Adb401a
Octal30651541166307233310032
Binary1100011010111011001001110110011011101011011011100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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