#124C85

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

Shades of Dark Cerulean #124C85

Tints of Dark Cerulean #124C85

Color information

#124C85 (or 0x124C85) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4C and 85. RGB value is (18,76,133). Sum of RGB (Red+Green+Blue) = 18+76+133=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #124C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C85 is #EDB37A. Grayscale: #404040. Windows color (decimal): -15577979 or 8735762. OLE color: 8735762.

HSL color Cylindrical-coordinate representation of color #124C85: hue angle of 209.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124C85 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1876133-
CMYK0.860.4300.48
HSL209.74º76.16%29.61%-
HSV(B)209.74º86.47%52.16%-
XYZ7.076.9923.17-
YUV65.16166.2894.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=7.93%
G=33.48%
B=58.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18761330.860.4300.48209.7476.1629.61
Hex124C85562B030d24c1e
Octal221142051265306032211436
Binary100101001100100001011010110101011011000011010010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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