#124C8A

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

Shades of Dark Cerulean #124C8A

Tints of Dark Cerulean #124C8A

Color information

#124C8A (or 0x124C8A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4C and 8A. RGB value is (18,76,138). Sum of RGB (Red+Green+Blue) = 18+76+138=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #124C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C8A is #EDB375. Grayscale: #414141. Windows color (decimal): -15577974 or 9063442. OLE color: 9063442.

HSL color Cylindrical-coordinate representation of color #124C8A: hue angle of 211º 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 #124C8A is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1876138-
CMYK0.870.4500.46
HSL211º76.92%30.59%-
HSV(B)211º86.96%54.12%-
XYZ7.427.1325.03-
YUV65.73168.7893.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 138 (54.30% from 255) = 59.48%
R=7.76%
G=32.76%
B=59.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18761380.870.4500.4621176.9230.59
Hex124C8A572D02Ed34d1f
Octal221142121275505632311537
Binary100101001100100010101010111101101010111011010011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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