#124985

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

Shades of Dark Cerulean #124985

Tints of Dark Cerulean #124985

Color information

#124985 (or 0x124985) is unknown color: approx Dark Cerulean. HEX triplet: 12, 49 and 85. RGB value is (18,73,133). Sum of RGB (Red+Green+Blue) = 18+73+133=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #124985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124985 is #EDB67A. Grayscale: #3F3F3F. Windows color (decimal): -15578747 or 8734994. OLE color: 8734994.

HSL color Cylindrical-coordinate representation of color #124985: hue angle of 211.3º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124985 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1873133-
CMYK0.860.4500.48
HSL211.3º76.16%29.61%-
HSV(B)211.3º86.47%52.16%-
XYZ6.876.5923.1-
YUV63.4167.2895.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 133 (52.34% from 255) = 59.38%
R=8.04%
G=32.59%
B=59.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18731330.860.4500.48211.376.1629.61
Hex124985562D030d34c1e
Octal221112051265506032311436
Binary100101001001100001011010110101101011000011010011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124985; }

 p { color: rgb(18,73,133); }

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

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

 a { background-color: rgb(18,73,133); }

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

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

 span { border-color: rgb(18,73,133); }

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