#124670

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

Shades of Dark Cerulean #124670

Tints of Dark Cerulean #124670

Color information

#124670 (or 0x124670) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 70. RGB value is (18,70,112). Sum of RGB (Red+Green+Blue) = 18+70+112=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #124670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124670 is #EDB98F. Grayscale: #3B3B3B. Windows color (decimal): -15579536 or 7357970. OLE color: 7357970.

HSL color Cylindrical-coordinate representation of color #124670: hue angle of 206.81º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124670 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1870112-
CMYK0.840.3800.56
HSL206.81º72.31%25.49%-
HSV(B)206.81º83.93%43.92%-
XYZ5.365.6816.14-
YUV59.24157.7798.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 112 (44.14% from 255) = 56%
R=9%
G=35%
B=56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18701120.840.3800.56206.8172.3125.49
Hex1246705426038cf4819
Octal221061601244607031711031
Binary10010100011011100001010100100110011100011001111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124670; }

 p { color: rgb(18,70,112); }

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

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

 a { background-color: rgb(18,70,112); }

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

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

 span { border-color: rgb(18,70,112); }

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