#123C70

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

Shades of Dark Cerulean #123C70

Tints of Dark Cerulean #123C70

Color information

#123C70 (or 0x123C70) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3C and 70. RGB value is (18,60,112). Sum of RGB (Red+Green+Blue) = 18+60+112=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #123C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C70 is #EDC38F. Grayscale: #353535. Windows color (decimal): -15582096 or 7355410. OLE color: 7355410.

HSL color Cylindrical-coordinate representation of color #123C70: hue angle of 213.19º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123C70 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1860112-
CMYK0.840.4600.56
HSL213.19º72.31%25.49%-
HSV(B)213.19º83.93%43.92%-
XYZ4.794.5315.95-
YUV53.37161.09102.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=9.47%
G=31.58%
B=58.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18601120.840.4600.56213.1972.3125.49
Hex123C70542E038d54819
Octal22741601245607032511031
Binary1001011110011100001010100101110011100011010101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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