Html Css Color HEX #114CB9 Denim

📋 copy color: '#114CB9'

red 17 ◦ green 76 ◦ blue 185

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

Shades of Denim #114CB9

Tints of Denim #114CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 66.55%

R = 6.12%
G = 27.34%
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

#114CB9 (or 0x114CB9) is known color: Denim. HEX triplet: 11, 4C and B9. RGB value is (17,76,185). Sum of RGB (Red+Green+Blue) = 17+76+185=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 185 (72.66% from 255 or 66.55% from 278); Max value from RGB is 185 - color contains mainly: blue. Hex color #114CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CB9 is #EEB346. Grayscale: #464646. Windows color (decimal): -15643463 or 12143633. OLE color: 12143633.

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

Color convert

RGB 17 76 185 -
CMYK 0.91 0.59 0 0.27
HSL 218.93º 0.83% 0.4% -
HSV(B) 218.93º 0.91% 0.73% -
XYZ 11.57 8.79 46.99 -
YUV 70.79 192.45 89.64 -
System Red Green Blue C M Y K H S L
Decimal 17 76 185 0.91 0.59 0 0.27 218.93 0.83 0.4
Hex 11 4C B9 5B 3B 0 1B DB 53 28
Octal 21 114 271 133 73 0 33 333 123 50
Binary 10001 1001100 10111001 1011011 111011 0 11011 11011011 1010011 101000

Color Harmonies of #114CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114CB9

Black with #114CB9

Text Example


Text Example

White with #114CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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