#124789

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

Shades of Dark Cerulean #124789

Tints of Dark Cerulean #124789

Color information

#124789 (or 0x124789) is unknown color: approx Dark Cerulean. HEX triplet: 12, 47 and 89. RGB value is (18,71,137). Sum of RGB (Red+Green+Blue) = 18+71+137=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #124789 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124789 is #EDB876. Grayscale: #3E3E3E. Windows color (decimal): -15579255 or 8996626. OLE color: 8996626.

HSL color Cylindrical-coordinate representation of color #124789: hue angle of 213.28º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124789 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1871137-
CMYK0.870.4800.46
HSL213.28º76.77%30.39%-
HSV(B)213.28º86.86%53.73%-
XYZ7.026.4424.54-
YUV62.68169.9496.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 137 (53.91% from 255) = 60.62%
R=7.96%
G=31.42%
B=60.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18711370.870.4800.46213.2876.7730.39
Hex124789573002Ed54d1e
Octal221072111276005632511536
Binary100101000111100010011010111110000010111011010101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124789; }

 p { color: rgb(18,71,137); }

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

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

 a { background-color: rgb(18,71,137); }

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

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

 span { border-color: rgb(18,71,137); }

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