#1A7DCB

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

Shades of Denim #1A7DCB

Tints of Denim #1A7DCB

Color information

#1A7DCB (or 0x1A7DCB) is unknown color: approx Denim. HEX triplet: 1A, 7D and CB. RGB value is (26,125,203). Sum of RGB (Red+Green+Blue) = 26+125+203=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #1A7DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7DCB is #E58234. Grayscale: #676767. Windows color (decimal): -15041077 or 13335834. OLE color: 13335834.

HSL color Cylindrical-coordinate representation of color #1A7DCB: hue angle of 206.44º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A7DCB is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB26125203-
CMYK0.870.3800.20
HSL206.44º77.29%44.9%-
HSV(B)206.44º87.19%79.61%-
XYZ18.5419.259.23-
YUV104.29183.772.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.34%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 203 (79.69% from 255) = 57.34%
R=7.34%
G=35.31%
B=57.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal261252030.870.3800.20206.4477.2944.9
Hex1A7DCB5726014ce4d2d
Octal321753131274602431611555
Binary110101111101110010111010111100110010100110011101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,125,203); }

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

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

 a { background-color: rgb(26,125,203); }

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

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

 span { border-color: rgb(26,125,203); }

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