Html Css Color HEX #124ECD Denim

📋 copy color: '#124ECD'

red 18 ◦ green 78 ◦ blue 205

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

Shades of Denim #124ECD

Tints of Denim #124ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.11%

R = 5.98%
G = 25.91%
B = 68.11%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#124ECD (or 0x124ECD) is known color: Denim. HEX triplet: 12, 4E and CD. RGB value is (18,78,205). Sum of RGB (Red+Green+Blue) = 18+78+205=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #124ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124ECD is #EDB132. Grayscale: #494949. Windows color (decimal): -15577395 or 13454866. OLE color: 13454866.

HSL color Cylindrical-coordinate representation of color #124ECD: hue angle of 220.75º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124ECD is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 78 205 -
CMYK 0.91 0.62 0 0.20
HSL 220.75º 0.84% 0.44% -
HSV(B) 220.75º 0.91% 0.8% -
XYZ 13.99 9.99 58.95 -
YUV 74.54 201.62 87.67 -
System Red Green Blue C M Y K H S L
Decimal 18 78 205 0.91 0.62 0 0.20 220.75 0.84 0.44
Hex 12 4E CD 5B 3E 0 14 DD 54 2C
Octal 22 116 315 133 76 0 24 335 124 54
Binary 10010 1001110 11001101 1011011 111110 0 10100 11011101 1010100 101100

Color Harmonies of #124ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ECD

Black with #124ECD

Text Example


Text Example

White with #124ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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