#12388D

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

Shades of Smalt #12388D

Tints of Smalt #12388D

Color information

#12388D (or 0x12388D) is unknown color: approx Smalt. HEX triplet: 12, 38 and 8D. RGB value is (18,56,141). Sum of RGB (Red+Green+Blue) = 18+56+141=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #12388D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12388D is #EDC772. Grayscale: #353535. Windows color (decimal): -15583091 or 9254930. OLE color: 9254930.

HSL color Cylindrical-coordinate representation of color #12388D: hue angle of 221.46º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12388D is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1856141-
CMYK0.870.6000.45
HSL221.46º77.36%31.18%-
HSV(B)221.46º87.23%55.29%-
XYZ6.474.8825.8-
YUV54.33176.91102.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 141 (55.47% from 255) = 65.58%
R=8.37%
G=26.05%
B=65.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18561410.870.6000.45221.4677.3631.18
Hex12388D573C02Ddd4d1f
Octal22702151277405533511537
Binary10010111000100011011010111111100010110111011101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12388D; }

 p { color: rgb(18,56,141); }

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

<style>
 a { background-color: #12388D; }

 a { background-color: rgb(18,56,141); }

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

<style>
 span { border-color: #12388D; }

 span { border-color: rgb(18,56,141); }

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