#123C76

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

Shades of Dark Cerulean #123C76

Tints of Dark Cerulean #123C76

Color information

#123C76 (or 0x123C76) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3C and 76. RGB value is (18,60,118). Sum of RGB (Red+Green+Blue) = 18+60+118=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #123C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123C76 is #EDC389. Grayscale: #353535. Windows color (decimal): -15582090 or 7748626. OLE color: 7748626.

HSL color Cylindrical-coordinate representation of color #123C76: hue angle of 214.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123C76 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1860118-
CMYK0.850.4900.54
HSL214.8º73.53%26.67%-
HSV(B)214.8º84.75%46.27%-
XYZ5.144.6717.77-
YUV54.05164.09102.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=9.18%
G=30.61%
B=60.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18601180.850.4900.54214.873.5326.67
Hex123C765531036d74a1b
Octal22741661256106632711233
Binary1001011110011101101010101110001011011011010111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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