#18358A

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

Shades of Smalt #18358A

Tints of Smalt #18358A

Color information

#18358A (or 0x18358A) is unknown color: approx Smalt. HEX triplet: 18, 35 and 8A. RGB value is (24,53,138). Sum of RGB (Red+Green+Blue) = 24+53+138=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #18358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18358A is #E7CA75. Grayscale: #353535. Windows color (decimal): -15190646 or 9057560. OLE color: 9057560.

HSL color Cylindrical-coordinate representation of color #18358A: hue angle of 224.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18358A is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2453138-
CMYK0.830.6200.46
HSL224.74º70.37%31.76%-
HSV(B)224.74º82.61%54.12%-
XYZ6.244.5824.6-
YUV54.02175.39106.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 138 (54.30% from 255) = 64.19%
R=11.16%
G=24.65%
B=64.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24531380.830.6200.46224.7470.3731.76
Hex18358A533E02Ee14620
Octal30652121237605634110640
Binary110001101011000101010100111111100101110111000011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18358A; }

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

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

<style>
 a { background-color: #18358A; }

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

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

<style>
 span { border-color: #18358A; }

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

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