#1A6FAC

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

Shades of Denim #1A6FAC

Tints of Denim #1A6FAC

Color information

#1A6FAC (or 0x1A6FAC) is unknown color: approx Denim. HEX triplet: 1A, 6F and AC. RGB value is (26,111,172). Sum of RGB (Red+Green+Blue) = 26+111+172=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A6FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6FAC is #E59053. Grayscale: #5C5C5C. Windows color (decimal): -15044692 or 11300634. OLE color: 11300634.

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

Color convert

RGB26111172-
CMYK0.850.3500.33
HSL205.07º73.74%38.82%-
HSV(B)205.07º84.88%67.45%-
XYZ13.5614.5741.13-
YUV92.54172.8480.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.41%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 172 (67.58% from 255) = 55.66%
R=8.41%
G=35.92%
B=55.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261111720.850.3500.33205.0773.7438.82
Hex1A6FAC5523021cd4a27
Octal321572541254304131511247
Binary1101011011111010110010101011000110100001110011011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,111,172); }

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

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

 a { background-color: rgb(26,111,172); }

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

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

 span { border-color: rgb(26,111,172); }

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