Html Css Color HEX #1B6DBB Denim

📋 copy color: '#1B6DBB'

red 27 ◦ green 109 ◦ blue 187

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

Shades of Denim #1B6DBB

Tints of Denim #1B6DBB

RGB

 RED value IS 27 (10.94% from 255) = 8.36%

 GREEN value IS 109 (42.97% from 255) = 33.75%

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

R = 8.36%
G = 33.75%
B = 57.89%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1B6DBB (or 0x1B6DBB) is known color: Denim. HEX triplet: 1B, 6D and BB. RGB value is (27,109,187). Sum of RGB (Red+Green+Blue) = 27+109+187=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B6DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6DBB is #E49244. Grayscale: #5C5C5C. Windows color (decimal): -14979653 or 12283163. OLE color: 12283163.

HSL color Cylindrical-coordinate representation of color #1B6DBB: hue angle of 209.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B6DBB is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 27 109 187 -
CMYK 0.86 0.42 0 0.27
HSL 209.25º 0.75% 0.42% -
HSV(B) 209.25º 0.86% 0.73% -
XYZ 14.89 14.76 49.08 -
YUV 93.37 180.83 80.66 -
System Red Green Blue C M Y K H S L
Decimal 27 109 187 0.86 0.42 0 0.27 209.25 0.75 0.42
Hex 1B 6D BB 56 2A 0 1B D1 4B 2A
Octal 33 155 273 126 52 0 33 321 113 52
Binary 11011 1101101 10111011 1010110 101010 0 11011 11010001 1001011 101010

Color Harmonies of #1B6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6DBB

Black with #1B6DBB

Text Example


Text Example

White with #1B6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B6DBB; }

 p { color: rgb(27,109,187); }

 H1.HeaderClassName
 {
   color: #1B6DBB;
 }
 .AnyTagClassName
 {
   color: #1B6DBB;
 }
</style>

background-color css

<style>
 a { background-color: #1B6DBB; }

 a { background-color: rgb(27,109,187); }

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

border-color css

<style>
 span { border-color: #1B6DBB; }

 span { border-color: rgb(27,109,187); }

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