#124F79

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

Shades of Dark Cerulean #124F79

Tints of Dark Cerulean #124F79

Color information

#124F79 (or 0x124F79) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4F and 79. RGB value is (18,79,121). Sum of RGB (Red+Green+Blue) = 18+79+121=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #124F79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F79 is #EDB086. Grayscale: #414141. Windows color (decimal): -15577223 or 7950098. OLE color: 7950098.

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

Color convert

RGB1879121-
CMYK0.850.3500.53
HSL204.47º74.1%27.25%-
HSV(B)204.47º85.12%47.45%-
XYZ6.57.119.12-
YUV65.55159.2994.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 121 (47.66% from 255) = 55.50%
R=8.26%
G=36.24%
B=55.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18791210.850.3500.53204.4774.127.25
Hex124F795523035cc4a1b
Octal221171711254306531411233
Binary10010100111111110011010101100011011010111001100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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