#123C74

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

Shades of Dark Cerulean #123C74

Tints of Dark Cerulean #123C74

Color information

#123C74 (or 0x123C74) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3C and 74. RGB value is (18,60,116). Sum of RGB (Red+Green+Blue) = 18+60+116=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #123C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C74 is #EDC38B. Grayscale: #353535. Windows color (decimal): -15582092 or 7617554. OLE color: 7617554.

HSL color Cylindrical-coordinate representation of color #123C74: hue angle of 214.29º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123C74 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1860116-
CMYK0.840.4800.55
HSL214.29º73.13%26.27%-
HSV(B)214.29º84.48%45.49%-
XYZ5.024.6217.15-
YUV53.83163.09102.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 60 (23.83% from 255) = 30.93%
BLUE value IS 116 (45.70% from 255) = 59.79%
R=9.28%
G=30.93%
B=59.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18601160.840.4800.55214.2973.1326.27
Hex123C745430037d6491a
Octal22741641246006732611132
Binary1001011110011101001010100110000011011111010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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