Html Css Color HEX #114BBD Denim

📋 copy color: '#114BBD'

red 17 ◦ green 75 ◦ blue 189

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

Shades of Denim #114BBD

Tints of Denim #114BBD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.69%

 BLUE value IS 189 (74.22% from 255) = 67.26%

R = 6.05%
G = 26.69%
B = 67.26%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#114BBD (or 0x114BBD) is known color: Denim. HEX triplet: 11, 4B and BD. RGB value is (17,75,189). Sum of RGB (Red+Green+Blue) = 17+75+189=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #114BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114BBD is #EEB442. Grayscale: #464646. Windows color (decimal): -15643715 or 12405521. OLE color: 12405521.

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

Color convert

RGB 17 75 189 -
CMYK 0.91 0.60 0 0.26
HSL 219.77º 0.83% 0.4% -
HSV(B) 219.77º 0.91% 0.74% -
XYZ 11.93 8.83 49.22 -
YUV 70.65 194.78 89.73 -
System Red Green Blue C M Y K H S L
Decimal 17 75 189 0.91 0.60 0 0.26 219.77 0.83 0.4
Hex 11 4B BD 5B 3C 0 1A DC 53 28
Octal 21 113 275 133 74 0 32 334 123 50
Binary 10001 1001011 10111101 1011011 111100 0 11010 11011100 1010011 101000

Color Harmonies of #114BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114BBD

Black with #114BBD

Text Example


Text Example

White with #114BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,75,189); }

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

background-color css

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

 a { background-color: rgb(17,75,189); }

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

border-color css

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

 span { border-color: rgb(17,75,189); }

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