#12368B

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

Shades of Smalt #12368B

Tints of Smalt #12368B

Color information

#12368B (or 0x12368B) is unknown color: approx Smalt. HEX triplet: 12, 36 and 8B. RGB value is (18,54,139). Sum of RGB (Red+Green+Blue) = 18+54+139=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #12368B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12368B is #EDC974. Grayscale: #343434. Windows color (decimal): -15583605 or 9123346. OLE color: 9123346.

HSL color Cylindrical-coordinate representation of color #12368B: hue angle of 222.15º 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 #12368B is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1854139-
CMYK0.870.6100.45
HSL222.15º77.07%30.78%-
HSV(B)222.15º87.05%54.51%-
XYZ6.234.6324.99-
YUV52.93176.57103.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 139 (54.69% from 255) = 65.88%
R=8.53%
G=25.59%
B=65.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18541390.870.6100.45222.1577.0730.78
Hex12368B573D02Dde4d1f
Octal22662131277505533611537
Binary10010110110100010111010111111101010110111011110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,54,139); }

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

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

 a { background-color: rgb(18,54,139); }

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

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

 span { border-color: rgb(18,54,139); }

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