#123B73

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

Shades of Dark Cerulean #123B73

Tints of Dark Cerulean #123B73

Color information

#123B73 (or 0x123B73) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3B and 73. RGB value is (18,59,115). Sum of RGB (Red+Green+Blue) = 18+59+115=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #123B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B73 is #EDC48C. Grayscale: #343434. Windows color (decimal): -15582349 or 7551762. OLE color: 7551762.

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

Color convert

RGB1859115-
CMYK0.840.4900.55
HSL214.64º72.93%26.08%-
HSV(B)214.64º84.35%45.1%-
XYZ4.914.4916.83-
YUV53.12162.92102.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 59 (23.44% from 255) = 30.73%
BLUE value IS 115 (45.31% from 255) = 59.90%
R=9.38%
G=30.73%
B=59.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18591150.840.4900.55214.6472.9326.08
Hex123B735431037d7491a
Octal22731631246106732711132
Binary1001011101111100111010100110001011011111010111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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