Html Css Color HEX #114DBB Denim

📋 copy color: '#114DBB'

red 17 ◦ green 77 ◦ blue 187

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

Shades of Denim #114DBB

Tints of Denim #114DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.55%

R = 6.05%
G = 27.4%
B = 66.55%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#114DBB (or 0x114DBB) is known color: Denim. HEX triplet: 11, 4D and BB. RGB value is (17,77,187). Sum of RGB (Red+Green+Blue) = 17+77+187=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #114DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114DBB is #EEB244. Grayscale: #474747. Windows color (decimal): -15643205 or 12274961. OLE color: 12274961.

HSL color Cylindrical-coordinate representation of color #114DBB: hue angle of 218.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #114DBB is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 77 187 -
CMYK 0.91 0.59 0 0.27
HSL 218.82º 0.83% 0.4% -
HSV(B) 218.82º 0.91% 0.73% -
XYZ 11.85 9.01 48.13 -
YUV 71.6 193.12 89.06 -
System Red Green Blue C M Y K H S L
Decimal 17 77 187 0.91 0.59 0 0.27 218.82 0.83 0.4
Hex 11 4D BB 5B 3B 0 1B DB 53 28
Octal 21 115 273 133 73 0 33 333 123 50
Binary 10001 1001101 10111011 1011011 111011 0 11011 11011011 1010011 101000

Color Harmonies of #114DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DBB

Black with #114DBB

Text Example


Text Example

White with #114DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,77,187); }

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

background-color css

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

 a { background-color: rgb(17,77,187); }

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

border-color css

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

 span { border-color: rgb(17,77,187); }

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