#18388B

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

Shades of Smalt #18388B

Tints of Smalt #18388B

Color information

#18388B (or 0x18388B) is unknown color: approx Smalt. HEX triplet: 18, 38 and 8B. RGB value is (24,56,139). Sum of RGB (Red+Green+Blue) = 24+56+139=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #18388B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18388B is #E7C774. Grayscale: #373737. Windows color (decimal): -15189877 or 9123864. OLE color: 9123864.

HSL color Cylindrical-coordinate representation of color #18388B: hue angle of 223.3º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18388B is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2456139-
CMYK0.830.6000.45
HSL223.3º70.55%31.96%-
HSV(B)223.3º82.73%54.51%-
XYZ6.454.8925.03-
YUV55.89174.9105.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 139 (54.69% from 255) = 63.47%
R=10.96%
G=25.57%
B=63.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24561390.830.6000.45223.370.5531.96
Hex18388B533C02Ddf4720
Octal30702131237405533710740
Binary110001110001000101110100111111000101101110111111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,56,139); }

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

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

 a { background-color: rgb(24,56,139); }

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

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

 span { border-color: rgb(24,56,139); }

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