#123C8A

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

Shades of Dark Cerulean #123C8A

Tints of Dark Cerulean #123C8A

Color information

#123C8A (or 0x123C8A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 3C and 8A. RGB value is (18,60,138). Sum of RGB (Red+Green+Blue) = 18+60+138=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #123C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C8A is #EDC375. Grayscale: #373737. Windows color (decimal): -15582070 or 9059346. OLE color: 9059346.

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

Color convert

RGB1860138-
CMYK0.870.5700.46
HSL219º76.92%30.59%-
HSV(B)219º86.96%54.12%-
XYZ6.455.224.71-
YUV56.33174.09100.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 138 (54.30% from 255) = 63.89%
R=8.33%
G=27.78%
B=63.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18601380.870.5700.4621976.9230.59
Hex123C8A573902Edb4d1f
Octal22742121277105633311537
Binary10010111100100010101010111111001010111011011011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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