#124F82

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

Shades of Dark Cerulean #124F82

Tints of Dark Cerulean #124F82

Color information

#124F82 (or 0x124F82) is unknown color: approx Dark Cerulean. HEX triplet: 12, 4F and 82. RGB value is (18,79,130). Sum of RGB (Red+Green+Blue) = 18+79+130=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #124F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124F82 is #EDB07D. Grayscale: #424242. Windows color (decimal): -15577214 or 8539922. OLE color: 8539922.

HSL color Cylindrical-coordinate representation of color #124F82: hue angle of 207.32º 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 #124F82 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1879130-
CMYK0.860.3900.49
HSL207.32º75.68%29.02%-
HSV(B)207.32º86.15%50.98%-
XYZ7.077.3322.16-
YUV66.57163.7993.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 130 (51.17% from 255) = 57.27%
R=7.93%
G=34.80%
B=57.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18791300.860.3900.49207.3275.6829.02
Hex124F825627031cf4c1d
Octal221172021264706131711435
Binary100101001111100000101010110100111011000111001111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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