Html Css Color HEX #1B6BAB Denim

📋 copy color: '#1B6BAB'

red 27 ◦ green 107 ◦ blue 171

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

Shades of Denim #1B6BAB

Tints of Denim #1B6BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.08%

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 8.85%
G = 35.08%
B = 56.07%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B6BAB (or 0x1B6BAB) is known color: Denim. HEX triplet: 1B, 6B and AB. RGB value is (27,107,171). Sum of RGB (Red+Green+Blue) = 27+107+171=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B6BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6BAB is #E49454. Grayscale: #5A5A5A. Windows color (decimal): -14980181 or 11234075. OLE color: 11234075.

HSL color Cylindrical-coordinate representation of color #1B6BAB: hue angle of 206.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B6BAB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 107 171 -
CMYK 0.84 0.37 0 0.33
HSL 206.67º 0.73% 0.39% -
HSV(B) 206.67º 0.84% 0.67% -
XYZ 13.06 13.69 40.48 -
YUV 90.38 173.5 82.8 -
System Red Green Blue C M Y K H S L
Decimal 27 107 171 0.84 0.37 0 0.33 206.67 0.73 0.39
Hex 1B 6B AB 54 25 0 21 CF 49 27
Octal 33 153 253 124 45 0 41 317 111 47
Binary 11011 1101011 10101011 1010100 100101 0 100001 11001111 1001001 100111

Color Harmonies of #1B6BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6BAB

Black with #1B6BAB

Text Example


Text Example

White with #1B6BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,107,171); }

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

background-color css

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

 a { background-color: rgb(27,107,171); }

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

border-color css

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

 span { border-color: rgb(27,107,171); }

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