#123C8C

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

Shades of Smalt #123C8C

Tints of Smalt #123C8C

Color information

#123C8C (or 0x123C8C) is unknown color: approx Smalt. HEX triplet: 12, 3C and 8C. RGB value is (18,60,140). Sum of RGB (Red+Green+Blue) = 18+60+140=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #123C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C8C is #EDC373. Grayscale: #383838. Windows color (decimal): -15582068 or 9190418. OLE color: 9190418.

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

Color convert

RGB1860140-
CMYK0.870.5700.45
HSL219.34º77.22%30.98%-
HSV(B)219.34º87.14%54.9%-
XYZ6.65.2525.48-
YUV56.56175.09100.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 60 (23.83% from 255) = 27.52%
BLUE value IS 140 (55.08% from 255) = 64.22%
R=8.26%
G=27.52%
B=64.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18601400.870.5700.45219.3477.2230.98
Hex123C8C573902Ddb4d1f
Octal22742141277105533311537
Binary10010111100100011001010111111001010110111011011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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