Html Css Color HEX #114CBB Denim

📋 copy color: '#114CBB'

red 17 ◦ green 76 ◦ blue 187

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

Shades of Denim #114CBB

Tints of Denim #114CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.14%

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

R = 6.07%
G = 27.14%
B = 66.79%

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

#114CBB (or 0x114CBB) is known color: Denim. HEX triplet: 11, 4C and BB. RGB value is (17,76,187). Sum of RGB (Red+Green+Blue) = 17+76+187=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #114CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CBB is #EEB344. Grayscale: #464646. Windows color (decimal): -15643461 or 12274705. OLE color: 12274705.

HSL color Cylindrical-coordinate representation of color #114CBB: hue angle of 219.18º 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 #114CBB is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 76 187 -
CMYK 0.91 0.59 0 0.27
HSL 219.18º 0.83% 0.4% -
HSV(B) 219.18º 0.91% 0.73% -
XYZ 11.79 8.88 48.11 -
YUV 71.01 193.45 89.47 -
System Red Green Blue C M Y K H S L
Decimal 17 76 187 0.91 0.59 0 0.27 219.18 0.83 0.4
Hex 11 4C BB 5B 3B 0 1B DB 53 28
Octal 21 114 273 133 73 0 33 333 123 50
Binary 10001 1001100 10111011 1011011 111011 0 11011 11011011 1010011 101000

Color Harmonies of #114CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114CBB

Black with #114CBB

Text Example


Text Example

White with #114CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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