#124DCC

Color #124DCC Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #124DCC

Tints of Denim #124DCC

Color information

#124DCC (or 0x124DCC) is unknown color: approx Denim. HEX triplet: 12, 4D and CC. RGB value is (18,77,204). Sum of RGB (Red+Green+Blue) = 18+77+204=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #124DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DCC is #EDB233. Grayscale: #494949. Windows color (decimal): -15577652 or 13389074. OLE color: 13389074.

HSL color Cylindrical-coordinate representation of color #124DCC: hue angle of 220.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124DCC is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1877204-
CMYK0.910.6200.2
HSL220.97º83.78%43.53%-
HSV(B)220.97º91.18%80%-
XYZ13.89.858.29-
YUV73.84201.4588.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.02%
GREEN value IS 77 (30.47% from 255) = 25.75%
BLUE value IS 204 (80.08% from 255) = 68.23%
R=6.02%
G=25.75%
B=68.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18772040.910.6200.2220.9783.7843.53
Hex124DCC5B3E014dd542c
Octal221153141337602433512454
Binary100101001101110011001011011111110010100110111011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124DCC; }

 p { color: rgb(18,77,204); }

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

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

 a { background-color: rgb(18,77,204); }

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

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

 span { border-color: rgb(18,77,204); }

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