#123C8F

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

Shades of Smalt #123C8F

Tints of Smalt #123C8F

Color information

#123C8F (or 0x123C8F) is unknown color: approx Smalt. HEX triplet: 12, 3C and 8F. RGB value is (18,60,143). Sum of RGB (Red+Green+Blue) = 18+60+143=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 143 (56.25% from 255 or 64.71% from 221); Max value from RGB is 143 - color contains mainly: blue. Hex color #123C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C8F is #EDC370. Grayscale: #383838. Windows color (decimal): -15582065 or 9387026. OLE color: 9387026.

HSL color Cylindrical-coordinate representation of color #123C8F: hue angle of 219.84º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123C8F is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1860143-
CMYK0.870.5800.44
HSL219.84º77.64%31.57%-
HSV(B)219.84º87.41%56.08%-
XYZ6.825.3426.66-
YUV56.9176.59100.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 143 (56.25% from 255) = 64.71%
R=8.14%
G=27.15%
B=64.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18601430.870.5800.44219.8477.6431.57
Hex123C8F573A02Cdc4e20
Octal22742171277205433411640
Binary100101111001000111110101111110100101100110111001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123C8F; }

 p { color: rgb(18,60,143); }

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

<style>
 a { background-color: #123C8F; }

 a { background-color: rgb(18,60,143); }

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

<style>
 span { border-color: #123C8F; }

 span { border-color: rgb(18,60,143); }

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