#124D82

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

Shades of Dark Cerulean #124D82

Tints of Dark Cerulean #124D82

Color information

#124D82 (or 0x124D82) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4D and 82. RGB value is (18,77,130). Sum of RGB (Red+Green+Blue) = 18+77+130=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #124D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D82 is #EDB27D. Grayscale: #414141. Windows color (decimal): -15577726 or 8539410. OLE color: 8539410.

HSL color Cylindrical-coordinate representation of color #124D82: hue angle of 208.39º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124D82 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1877130-
CMYK0.860.4100.49
HSL208.39º75.68%29.02%-
HSV(B)208.39º86.15%50.98%-
XYZ6.937.0522.11-
YUV65.4164.4594.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 130 (51.17% from 255) = 57.78%
R=8%
G=34.22%
B=57.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18771300.860.4100.49208.3975.6829.02
Hex124D825629031d04c1d
Octal221152021265106132011435
Binary100101001101100000101010110101001011000111010000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,77,130); }

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

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

 a { background-color: rgb(18,77,130); }

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

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

 span { border-color: rgb(18,77,130); }

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