#124F7C

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

Shades of Dark Cerulean #124F7C

Tints of Dark Cerulean #124F7C

Color information

#124F7C (or 0x124F7C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4F and 7C. RGB value is (18,79,124). Sum of RGB (Red+Green+Blue) = 18+79+124=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #124F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F7C is #EDB083. Grayscale: #414141. Windows color (decimal): -15577220 or 8146706. OLE color: 8146706.

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

Color convert

RGB1879124-
CMYK0.850.3600.51
HSL205.47º74.65%27.84%-
HSV(B)205.47º85.48%48.63%-
XYZ6.687.1820.1-
YUV65.89160.7993.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 79 (31.25% from 255) = 35.75%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=8.14%
G=35.75%
B=56.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18791240.850.3600.51205.4774.6527.84
Hex124F7C5524033cd4b1c
Octal221171741254406331511334
Binary10010100111111111001010101100100011001111001101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,79,124); }

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

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

 a { background-color: rgb(18,79,124); }

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

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

 span { border-color: rgb(18,79,124); }

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