#124671

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

Shades of Dark Cerulean #124671

Tints of Dark Cerulean #124671

Color information

#124671 (or 0x124671) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 71. RGB value is (18,70,113). Sum of RGB (Red+Green+Blue) = 18+70+113=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #124671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124671 is #EDB98E. Grayscale: #3B3B3B. Windows color (decimal): -15579535 or 7423506. OLE color: 7423506.

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

Color convert

RGB1870113-
CMYK0.840.3800.56
HSL207.16º72.52%25.69%-
HSV(B)207.16º84.07%44.31%-
XYZ5.425.716.44-
YUV59.35158.2798.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=8.96%
G=34.83%
B=56.22%

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
Decimal18701130.840.3800.56207.1672.5225.69
Hex1246715426038cf491a
Octal221061611244607031711132
Binary10010100011011100011010100100110011100011001111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124671; }

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

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

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

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

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

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

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

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