#124EBA

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

Shades of Denim #124EBA

Tints of Denim #124EBA

Color information

#124EBA (or 0x124EBA) is unknown color: approx Denim. HEX triplet: 12, 4E and BA. RGB value is (18,78,186). Sum of RGB (Red+Green+Blue) = 18+78+186=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #124EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EBA is #EDB145. Grayscale: #474747. Windows color (decimal): -15577414 or 12209682. OLE color: 12209682.

HSL color Cylindrical-coordinate representation of color #124EBA: hue angle of 218.57º 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 #124EBA is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1878186-
CMYK0.900.5800.27
HSL218.57º82.35%40%-
HSV(B)218.57º90.32%72.94%-
XYZ11.849.1247.59-
YUV72.37192.1289.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 186 (73.05% from 255) = 65.96%
R=6.38%
G=27.66%
B=65.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18781860.900.5800.27218.5782.3540
Hex124EBA5A3A01Bdb5228
Octal221162721327203333312250
Binary100101001110101110101011010111010011011110110111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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