#124CBC

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

Shades of Denim #124CBC

Tints of Denim #124CBC

Color information

#124CBC (or 0x124CBC) is unknown color: approx Denim. HEX triplet: 12, 4C and BC. RGB value is (18,76,188). Sum of RGB (Red+Green+Blue) = 18+76+188=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #124CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CBC is #EDB343. Grayscale: #464646. Windows color (decimal): -15577924 or 12340242. OLE color: 12340242.

HSL color Cylindrical-coordinate representation of color #124CBC: hue angle of 219.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124CBC is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1876188-
CMYK0.900.6000.26
HSL219.53º82.52%40.39%-
HSV(B)219.53º90.43%73.73%-
XYZ11.918.9348.67-
YUV71.43193.7889.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 188 (73.83% from 255) = 66.67%
R=6.38%
G=26.95%
B=66.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18761880.900.6000.26219.5382.5240.39
Hex124CBC5A3C01Adc5328
Octal221142741327403233412350
Binary100101001100101111001011010111100011010110111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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