#123A78

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

Shades of Dark Cerulean #123A78

Tints of Dark Cerulean #123A78

Color information

#123A78 (or 0x123A78) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3A and 78. RGB value is (18,58,120). Sum of RGB (Red+Green+Blue) = 18+58+120=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #123A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A78 is #EDC587. Grayscale: #343434. Windows color (decimal): -15582600 or 7879186. OLE color: 7879186.

HSL color Cylindrical-coordinate representation of color #123A78: hue angle of 216.47º 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 #123A78 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1858120-
CMYK0.850.5200.53
HSL216.47º73.91%27.06%-
HSV(B)216.47º85%47.06%-
XYZ5.154.5118.37-
YUV53.11165.75102.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 120 (47.27% from 255) = 61.22%
R=9.18%
G=29.59%
B=61.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18581200.850.5200.53216.4773.9127.06
Hex123A785534035d84a1b
Octal22721701256406533011233
Binary1001011101011110001010101110100011010111011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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