#124D7A

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

Shades of Dark Cerulean #124D7A

Tints of Dark Cerulean #124D7A

Color information

#124D7A (or 0x124D7A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4D and 7A. RGB value is (18,77,122). Sum of RGB (Red+Green+Blue) = 18+77+122=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #124D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D7A is #EDB285. Grayscale: #404040. Windows color (decimal): -15577734 or 8015122. OLE color: 8015122.

HSL color Cylindrical-coordinate representation of color #124D7A: hue angle of 205.96º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124D7A is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1877122-
CMYK0.850.3700.52
HSL205.96º74.29%27.45%-
HSV(B)205.96º85.25%47.84%-
XYZ6.426.8419.39-
YUV64.49160.4594.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=8.29%
G=35.48%
B=56.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18771220.850.3700.52205.9674.2927.45
Hex124D7A5525034ce4a1b
Octal221151721254506431611233
Binary10010100110111110101010101100101011010011001110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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