#124CCC

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

Shades of Denim #124CCC

Tints of Denim #124CCC

Color information

#124CCC (or 0x124CCC) is unknown color: approx Denim. HEX triplet: 12, 4C and CC. RGB value is (18,76,204). Sum of RGB (Red+Green+Blue) = 18+76+204=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #124CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CCC is #EDB333. Grayscale: #484848. Windows color (decimal): -15577908 or 13388818. OLE color: 13388818.

HSL color Cylindrical-coordinate representation of color #124CCC: hue angle of 221.29º 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 #124CCC is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1876204-
CMYK0.910.6300.2
HSL221.29º83.78%43.53%-
HSV(B)221.29º91.18%80%-
XYZ13.739.6658.27-
YUV73.25201.7888.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.04%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 204 (80.08% from 255) = 68.46%
R=6.04%
G=25.50%
B=68.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18762040.910.6300.2221.2983.7843.53
Hex124CCC5B3F014dd542c
Octal221143141337702433512454
Binary100101001100110011001011011111111010100110111011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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