#123C80

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

Shades of Dark Cerulean #123C80

Tints of Dark Cerulean #123C80

Color information

#123C80 (or 0x123C80) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3C and 80. RGB value is (18,60,128). Sum of RGB (Red+Green+Blue) = 18+60+128=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #123C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C80 is #EDC37F. Grayscale: #363636. Windows color (decimal): -15582080 or 8403986. OLE color: 8403986.

HSL color Cylindrical-coordinate representation of color #123C80: hue angle of 217.09º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123C80 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1860128-
CMYK0.860.5300.50
HSL217.09º75.34%28.63%-
HSV(B)217.09º85.94%50.2%-
XYZ5.764.9221.07-
YUV55.19169.09101.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.74%
GREEN value IS 60 (23.83% from 255) = 29.13%
BLUE value IS 128 (50.39% from 255) = 62.14%
R=8.74%
G=29.13%
B=62.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18601280.860.5300.50217.0975.3428.63
Hex123C805635032d94b1d
Octal22742001266506233111335
Binary10010111100100000001010110110101011001011011001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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