Html Css Color HEX #124EC1 Denim

📋 copy color: '#124EC1'

red 18 ◦ green 78 ◦ blue 193

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

Shades of Denim #124EC1

Tints of Denim #124EC1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.99%

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

R = 6.23%
G = 26.99%
B = 66.78%

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

#124EC1 (or 0x124EC1) is known color: Denim. HEX triplet: 12, 4E and C1. RGB value is (18,78,193). Sum of RGB (Red+Green+Blue) = 18+78+193=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 193 (75.78% from 255 or 66.78% from 289); Max value from RGB is 193 - color contains mainly: blue. Hex color #124EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EC1 is #EDB13E. Grayscale: #484848. Windows color (decimal): -15577407 or 12668434. OLE color: 12668434.

HSL color Cylindrical-coordinate representation of color #124EC1: hue angle of 219.43º 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 #124EC1 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 78 193 -
CMYK 0.91 0.60 0 0.24
HSL 219.43º 0.83% 0.41% -
HSV(B) 219.43º 0.91% 0.76% -
XYZ 12.6 9.43 51.61 -
YUV 73.17 195.62 88.65 -
System Red Green Blue C M Y K H S L
Decimal 18 78 193 0.91 0.60 0 0.24 219.43 0.83 0.41
Hex 12 4E C1 5B 3C 0 18 DB 53 29
Octal 22 116 301 133 74 0 30 333 123 51
Binary 10010 1001110 11000001 1011011 111100 0 11000 11011011 1010011 101001

Color Harmonies of #124EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EC1

Black with #124EC1

Text Example


Text Example

White with #124EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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