Html Css Color HEX #124DB9 Denim

📋 copy color: '#124DB9'

red 18 ◦ green 77 ◦ blue 185

#124DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #124DB9

Tints of Denim #124DB9

RGB

 RED value IS 18 (7.42% from 255) = 6.43%

 GREEN value IS 77 (30.47% from 255) = 27.5%

 BLUE value IS 185 (72.66% from 255) = 66.07%

R = 6.43%
G = 27.5%
B = 66.07%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#124DB9 (or 0x124DB9) is known color: Denim. HEX triplet: 12, 4D and B9. RGB value is (18,77,185). Sum of RGB (Red+Green+Blue) = 18+77+185=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #124DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DB9 is #EDB246. Grayscale: #474747. Windows color (decimal): -15577671 or 12143890. OLE color: 12143890.

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

Color convert

RGB 18 77 185 -
CMYK 0.90 0.58 0 0.27
HSL 218.8º 0.82% 0.4% -
HSV(B) 218.8º 0.9% 0.73% -
XYZ 11.66 8.94 47.01 -
YUV 71.67 191.95 89.72 -
System Red Green Blue C M Y K H S L
Decimal 18 77 185 0.90 0.58 0 0.27 218.8 0.82 0.4
Hex 12 4D B9 5A 3A 0 1B DB 52 28
Octal 22 115 271 132 72 0 33 333 122 50
Binary 10010 1001101 10111001 1011010 111010 0 11011 11011011 1010010 101000

Color Harmonies of #124DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DB9

Black with #124DB9

Text Example


Text Example

White with #124DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #124DB9;
 }
 .AnyTagClassName
 {
   color: #124DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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