#1B6FAE

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

Shades of Denim #1B6FAE

Tints of Denim #1B6FAE

Color information

#1B6FAE (or 0x1B6FAE) is unknown color: approx Denim. HEX triplet: 1B, 6F and AE. RGB value is (27,111,174). Sum of RGB (Red+Green+Blue) = 27+111+174=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B6FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6FAE is #E49051. Grayscale: #5C5C5C. Windows color (decimal): -14979154 or 11431707. OLE color: 11431707.

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

Color convert

RGB27111174-
CMYK0.840.3600.32
HSL205.71º73.13%39.41%-
HSV(B)205.71º84.48%68.24%-
XYZ13.7814.6642.15-
YUV93.07173.6780.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.65%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 174 (68.36% from 255) = 55.77%
R=8.65%
G=35.58%
B=55.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal271111740.840.3600.32205.7173.1339.41
Hex1B6FAE5424020ce4927
Octal331572561244404031611147
Binary1101111011111010111010101001001000100000110011101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,111,174); }

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

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

 a { background-color: rgb(27,111,174); }

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

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

 span { border-color: rgb(27,111,174); }

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