Html Css Color HEX #114EC0 Denim

📋 copy color: '#114EC0'

red 17 ◦ green 78 ◦ blue 192

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

Shades of Denim #114EC0

Tints of Denim #114EC0

RGB

 RED value IS 17 (7.03% from 255) = 5.92%

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

 BLUE value IS 192 (75.39% from 255) = 66.9%

R = 5.92%
G = 27.18%
B = 66.9%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#114EC0 (or 0x114EC0) is known color: Denim. HEX triplet: 11, 4E and C0. RGB value is (17,78,192). Sum of RGB (Red+Green+Blue) = 17+78+192=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #114EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114EC0 is #EEB13F. Grayscale: #484848. Windows color (decimal): -15642944 or 12602897. OLE color: 12602897.

HSL color Cylindrical-coordinate representation of color #114EC0: hue angle of 219.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114EC0 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 78 192 -
CMYK 0.91 0.59 0 0.25
HSL 219.09º 0.84% 0.41% -
HSV(B) 219.09º 0.91% 0.75% -
XYZ 12.47 9.37 51.02 -
YUV 72.76 195.29 88.23 -
System Red Green Blue C M Y K H S L
Decimal 17 78 192 0.91 0.59 0 0.25 219.09 0.84 0.41
Hex 11 4E C0 5B 3B 0 19 DB 54 29
Octal 21 116 300 133 73 0 31 333 124 51
Binary 10001 1001110 11000000 1011011 111011 0 11001 11011011 1010100 101001

Color Harmonies of #114EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114EC0

Black with #114EC0

Text Example


Text Example

White with #114EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114EC0; }

 p { color: rgb(17,78,192); }

 H1.HeaderClassName
 {
   color: #114EC0;
 }
 .AnyTagClassName
 {
   color: #114EC0;
 }
</style>

background-color css

<style>
 a { background-color: #114EC0; }

 a { background-color: rgb(17,78,192); }

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

border-color css

<style>
 span { border-color: #114EC0; }

 span { border-color: rgb(17,78,192); }

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