#1A6FBD

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

Shades of Denim #1A6FBD

Tints of Denim #1A6FBD

Color information

#1A6FBD (or 0x1A6FBD) is unknown color: approx Denim. HEX triplet: 1A, 6F and BD. RGB value is (26,111,189). Sum of RGB (Red+Green+Blue) = 26+111+189=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A6FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6FBD is #E59042. Grayscale: #5E5E5E. Windows color (decimal): -15044675 or 12414746. OLE color: 12414746.

HSL color Cylindrical-coordinate representation of color #1A6FBD: hue angle of 208.71º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A6FBD is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB26111189-
CMYK0.860.4100.26
HSL208.71º75.81%42.16%-
HSV(B)208.71º86.24%74.12%-
XYZ15.315.2650.28-
YUV94.48181.3479.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.98%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 189 (74.22% from 255) = 57.98%
R=7.98%
G=34.05%
B=57.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal261111890.860.4100.26208.7175.8142.16
Hex1A6FBD562901Ad14c2a
Octal321572751265103232111452
Binary110101101111101111011010110101001011010110100011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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