#123D73

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

Shades of Dark Cerulean #123D73

Tints of Dark Cerulean #123D73

Color information

#123D73 (or 0x123D73) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3D and 73. RGB value is (18,61,115). Sum of RGB (Red+Green+Blue) = 18+61+115=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #123D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123D73 is #EDC28C. Grayscale: #363636. Windows color (decimal): -15581837 or 7552274. OLE color: 7552274.

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

Color convert

RGB1861115-
CMYK0.840.4700.55
HSL213.4º72.93%26.08%-
HSV(B)213.4º84.35%45.1%-
XYZ5.014.716.86-
YUV54.3162.25102.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 61 (24.22% from 255) = 31.44%
BLUE value IS 115 (45.31% from 255) = 59.28%
R=9.28%
G=31.44%
B=59.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18611150.840.4700.55213.472.9326.08
Hex123D73542F037d5491a
Octal22751631245706732511132
Binary1001011110111100111010100101111011011111010101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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