#123E73

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

Shades of Dark Cerulean #123E73

Tints of Dark Cerulean #123E73

Color information

#123E73 (or 0x123E73) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3E and 73. RGB value is (18,62,115). Sum of RGB (Red+Green+Blue) = 18+62+115=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #123E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123E73 is #EDC18C. Grayscale: #363636. Windows color (decimal): -15581581 or 7552530. OLE color: 7552530.

HSL color Cylindrical-coordinate representation of color #123E73: hue angle of 212.78º 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 #123E73 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1862115-
CMYK0.840.4600.55
HSL212.78º72.93%26.08%-
HSV(B)212.78º84.35%45.1%-
XYZ5.074.8116.88-
YUV54.89161.92101.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 62 (24.61% from 255) = 31.79%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=9.23%
G=31.79%
B=58.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18621150.840.4600.55212.7872.9326.08
Hex123E73542E037d5491a
Octal22761631245606732511132
Binary1001011111011100111010100101110011011111010101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,62,115); }

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

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

 a { background-color: rgb(18,62,115); }

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

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

 span { border-color: rgb(18,62,115); }

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