#124086

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

Shades of Dark Cerulean #124086

Tints of Dark Cerulean #124086

Color information

#124086 (or 0x124086) is unknown color: approx Dark Cerulean. HEX triplet: 12, 40 and 86. RGB value is (18,64,134). Sum of RGB (Red+Green+Blue) = 18+64+134=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 134 (52.73% from 255 or 62.04% from 216); Max value from RGB is 134 - color contains mainly: blue. Hex color #124086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124086 is #EDBF79. Grayscale: #393939. Windows color (decimal): -15581050 or 8798226. OLE color: 8798226.

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

Color convert

RGB1864134-
CMYK0.870.5200.47
HSL216.21º76.32%29.8%-
HSV(B)216.21º86.57%52.55%-
XYZ6.395.5223.28-
YUV58.23170.7699.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 134 (52.73% from 255) = 62.04%
R=8.33%
G=29.63%
B=62.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18641340.870.5200.47216.2176.3229.8
Hex124086573402Fd84c1e
Octal221002061276405733011436
Binary100101000000100001101010111110100010111111011000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124086; }

 p { color: rgb(18,64,134); }

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

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

 a { background-color: rgb(18,64,134); }

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

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

 span { border-color: rgb(18,64,134); }

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