Html Css Color HEX #124DC1 Denim

📋 copy color: '#124DC1'

red 18 ◦ green 77 ◦ blue 193

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

Shades of Denim #124DC1

Tints of Denim #124DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 67.01%

R = 6.25%
G = 26.74%
B = 67.01%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#124DC1 (or 0x124DC1) is known color: Denim. HEX triplet: 12, 4D and C1. RGB value is (18,77,193). Sum of RGB (Red+Green+Blue) = 18+77+193=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 193 (75.78% from 255 or 67.01% from 288); Max value from RGB is 193 - color contains mainly: blue. Hex color #124DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DC1 is #EDB23E. Grayscale: #484848. Windows color (decimal): -15577663 or 12668178. OLE color: 12668178.

HSL color Cylindrical-coordinate representation of color #124DC1: hue angle of 219.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124DC1 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 77 193 -
CMYK 0.91 0.60 0 0.24
HSL 219.77º 0.83% 0.41% -
HSV(B) 219.77º 0.91% 0.76% -
XYZ 12.53 9.29 51.58 -
YUV 72.58 195.95 89.07 -
System Red Green Blue C M Y K H S L
Decimal 18 77 193 0.91 0.60 0 0.24 219.77 0.83 0.41
Hex 12 4D C1 5B 3C 0 18 DC 53 29
Octal 22 115 301 133 74 0 30 334 123 51
Binary 10010 1001101 11000001 1011011 111100 0 11000 11011100 1010011 101001

Color Harmonies of #124DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DC1

Black with #124DC1

Text Example


Text Example

White with #124DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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