Html Css Color HEX #124ECF Denim

📋 copy color: '#124ECF'

red 18 ◦ green 78 ◦ blue 207

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

Shades of Denim #124ECF

Tints of Denim #124ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.32%

R = 5.94%
G = 25.74%
B = 68.32%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#124ECF (or 0x124ECF) is known color: Denim. HEX triplet: 12, 4E and CF. RGB value is (18,78,207). Sum of RGB (Red+Green+Blue) = 18+78+207=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #124ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124ECF is #EDB130. Grayscale: #4A4A4A. Windows color (decimal): -15577393 or 13585938. OLE color: 13585938.

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

Color convert

RGB 18 78 207 -
CMYK 0.91 0.62 0 0.19
HSL 220.95º 0.84% 0.44% -
HSV(B) 220.95º 0.91% 0.81% -
XYZ 14.24 10.08 60.23 -
YUV 74.77 202.62 87.51 -
System Red Green Blue C M Y K H S L
Decimal 18 78 207 0.91 0.62 0 0.19 220.95 0.84 0.44
Hex 12 4E CF 5B 3E 0 13 DD 54 2C
Octal 22 116 317 133 76 0 23 335 124 54
Binary 10010 1001110 11001111 1011011 111110 0 10011 11011101 1010100 101100

Color Harmonies of #124ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124ECF

Black with #124ECF

Text Example


Text Example

White with #124ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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