#124d7d

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

Shades of Dark Cerulean #124D7D

Tints of Dark Cerulean #124D7D

Color information

#124D7D (or 0x124D7D) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4D and 7D. RGB value is (18,77,125). Sum of RGB (Red+Green+Blue) = 18+77+125=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #124D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D7D is #EDB282. Grayscale: #404040. Windows color (decimal): -15577731 or 8211730. OLE color: 8211730.

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

Color convert

RGB1877125-
CMYK0.860.3800.51
HSL206.92º74.83%28.04%-
HSV(B)206.92º85.6%49.02%-
XYZ6.616.9220.39-
YUV64.83161.9594.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 77 (30.47% from 255) = 35%
BLUE value IS 125 (49.22% from 255) = 56.82%
R=8.18%
G=35%
B=56.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18771250.860.3800.51206.9274.8328.04
Hex124D7D5626033cf4b1c
Octal221151751264606331711334
Binary10010100110111111011010110100110011001111001111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124d7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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