#123B72

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

Shades of Dark Cerulean #123B72

Tints of Dark Cerulean #123B72

Color information

#123B72 (or 0x123B72) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3B and 72. RGB value is (18,59,114). Sum of RGB (Red+Green+Blue) = 18+59+114=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #123B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B72 is #EDC48D. Grayscale: #343434. Windows color (decimal): -15582350 or 7486226. OLE color: 7486226.

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

Color convert

RGB1859114-
CMYK0.840.4800.55
HSL214.38º72.73%25.88%-
HSV(B)214.38º84.21%44.71%-
XYZ4.854.4716.53-
YUV53.01162.42103.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 59 (23.44% from 255) = 30.89%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=9.42%
G=30.89%
B=59.69%

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
Decimal18591140.840.4800.55214.3872.7325.88
Hex123B725430037d6491a
Octal22731621246006732611132
Binary1001011101111100101010100110000011011111010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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