#123C89

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

Shades of Dark Cerulean #123C89

Tints of Dark Cerulean #123C89

Color information

#123C89 (or 0x123C89) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3C and 89. RGB value is (18,60,137). Sum of RGB (Red+Green+Blue) = 18+60+137=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 137 (53.91% from 255 or 63.72% from 215); Max value from RGB is 137 - color contains mainly: blue. Hex color #123C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C89 is #EDC376. Grayscale: #373737. Windows color (decimal): -15582071 or 8993810. OLE color: 8993810.

HSL color Cylindrical-coordinate representation of color #123C89: hue angle of 218.82º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #123C89 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1860137-
CMYK0.870.5600.46
HSL218.82º76.77%30.39%-
HSV(B)218.82º86.86%53.73%-
XYZ6.385.1724.33-
YUV56.22173.59100.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 60 (23.83% from 255) = 27.91%
BLUE value IS 137 (53.91% from 255) = 63.72%
R=8.37%
G=27.91%
B=63.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18601370.870.5600.46218.8276.7730.39
Hex123C89573802Edb4d1e
Octal22742111277005633311536
Binary10010111100100010011010111111000010111011011011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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