Html Css Color HEX #1167BD Denim

📋 copy color: '#1167BD'

red 17 ◦ green 103 ◦ blue 189

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

Shades of Denim #1167BD

Tints of Denim #1167BD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

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

R = 5.5%
G = 33.33%
B = 61.17%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1167BD (or 0x1167BD) is known color: Denim. HEX triplet: 11, 67 and BD. RGB value is (17,103,189). Sum of RGB (Red+Green+Blue) = 17+103+189=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #1167BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1167BD is #EE9842. Grayscale: #565656. Windows color (decimal): -15636547 or 12412689. OLE color: 12412689.

HSL color Cylindrical-coordinate representation of color #1167BD: hue angle of 210º 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 #1167BD is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 103 189 -
CMYK 0.91 0.46 0 0.26
HSL 210º 0.83% 0.4% -
HSV(B) 210º 0.91% 0.74% -
XYZ 14.27 13.49 50 -
YUV 87.09 185.51 78.01 -
System Red Green Blue C M Y K H S L
Decimal 17 103 189 0.91 0.46 0 0.26 210 0.83 0.4
Hex 11 67 BD 5B 2E 0 1A D2 53 28
Octal 21 147 275 133 56 0 32 322 123 50
Binary 10001 1100111 10111101 1011011 101110 0 11010 11010010 1010011 101000

Color Harmonies of #1167BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1167BD

Black with #1167BD

Text Example


Text Example

White with #1167BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1167BD; }

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

 H1.HeaderClassName
 {
   color: #1167BD;
 }
 .AnyTagClassName
 {
   color: #1167BD;
 }
</style>

background-color css

<style>
 a { background-color: #1167BD; }

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

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

border-color css

<style>
 span { border-color: #1167BD; }

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

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