#124CBA

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

Shades of Denim #124CBA

Tints of Denim #124CBA

Color information

#124CBA (or 0x124CBA) is unknown color: approx Denim. HEX triplet: 12, 4C and BA. RGB value is (18,76,186). Sum of RGB (Red+Green+Blue) = 18+76+186=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #124CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CBA is #EDB345. Grayscale: #464646. Windows color (decimal): -15577926 or 12209170. OLE color: 12209170.

HSL color Cylindrical-coordinate representation of color #124CBA: hue angle of 219.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124CBA is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1876186-
CMYK0.900.5900.27
HSL219.29º82.35%40%-
HSV(B)219.29º90.32%72.94%-
XYZ11.78.8447.54-
YUV71.2192.7890.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.43%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 186 (73.05% from 255) = 66.43%
R=6.43%
G=27.14%
B=66.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18761860.900.5900.27219.2982.3540
Hex124CBA5A3B01Bdb5228
Octal221142721327303333312250
Binary100101001100101110101011010111011011011110110111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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