Html Css Color HEX #1174BB Denim

📋 copy color: '#1174BB'

red 17 ◦ green 116 ◦ blue 187

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

Shades of Denim #1174BB

Tints of Denim #1174BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.25%

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

R = 5.31%
G = 36.25%
B = 58.44%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1174BB (or 0x1174BB) is known color: Denim. HEX triplet: 11, 74 and BB. RGB value is (17,116,187). Sum of RGB (Red+Green+Blue) = 17+116+187=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #1174BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1174BB is #EE8B44. Grayscale: #5E5E5E. Windows color (decimal): -15633221 or 12284945. OLE color: 12284945.

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

Color convert

RGB 17 116 187 -
CMYK 0.91 0.38 0 0.27
HSL 205.06º 0.83% 0.4% -
HSV(B) 205.06º 0.91% 0.73% -
XYZ 15.45 16.2 49.33 -
YUV 94.49 180.2 72.73 -
System Red Green Blue C M Y K H S L
Decimal 17 116 187 0.91 0.38 0 0.27 205.06 0.83 0.4
Hex 11 74 BB 5B 26 0 1B CD 53 28
Octal 21 164 273 133 46 0 33 315 123 50
Binary 10001 1110100 10111011 1011011 100110 0 11011 11001101 1010011 101000

Color Harmonies of #1174BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1174BB

Black with #1174BB

Text Example


Text Example

White with #1174BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1174BB; }

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

 H1.HeaderClassName
 {
   color: #1174BB;
 }
 .AnyTagClassName
 {
   color: #1174BB;
 }
</style>

background-color css

<style>
 a { background-color: #1174BB; }

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

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

border-color css

<style>
 span { border-color: #1174BB; }

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

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