#1B6CAF

Color #1B6CAF Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1B6CAF

Tints of Denim #1B6CAF

Color information

#1B6CAF (or 0x1B6CAF) is unknown color: approx Denim. HEX triplet: 1B, 6C and AF. RGB value is (27,108,175). Sum of RGB (Red+Green+Blue) = 27+108+175=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B6CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6CAF is #E49350. Grayscale: #5B5B5B. Windows color (decimal): -14979921 or 11496475. OLE color: 11496475.

HSL color Cylindrical-coordinate representation of color #1B6CAF: hue angle of 207.16º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B6CAF is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB27108175-
CMYK0.850.3800.31
HSL207.16º73.27%39.61%-
HSV(B)207.16º84.57%68.63%-
XYZ13.5514.0542.56-
YUV91.42175.1682.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.71%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 175 (68.75% from 255) = 56.45%
R=8.71%
G=34.84%
B=56.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal271081750.850.3800.31207.1673.2739.61
Hex1B6CAF552601Fcf4928
Octal331542571254603731711150
Binary110111101100101011111010101100110011111110011111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,108,175); }

 H1.HeaderClassName
 {
   color: #1B6CAF;
 }
 .AnyTagClassName
 {
   color: #1B6CAF;
 }
</style>
background-color css

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

 a { background-color: rgb(27,108,175); }

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

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

 span { border-color: rgb(27,108,175); }

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