#123B78

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

Shades of Dark Cerulean #123B78

Tints of Dark Cerulean #123B78

Color information

#123B78 (or 0x123B78) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3B and 78. RGB value is (18,59,120). Sum of RGB (Red+Green+Blue) = 18+59+120=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #123B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B78 is #EDC487. Grayscale: #353535. Windows color (decimal): -15582344 or 7879442. OLE color: 7879442.

HSL color Cylindrical-coordinate representation of color #123B78: hue angle of 215.88º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123B78 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1859120-
CMYK0.850.5100.53
HSL215.88º73.91%27.06%-
HSV(B)215.88º85%47.06%-
XYZ5.24.6118.39-
YUV53.69165.42102.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 59 (23.44% from 255) = 29.95%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=9.14%
G=29.95%
B=60.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18591200.850.5100.53215.8873.9127.06
Hex123B785533035d84a1b
Octal22731701256306533011233
Binary1001011101111110001010101110011011010111011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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