#1D6875

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

Shades of Allports #1D6875

Tints of Allports #1D6875

Color information

#1D6875 (or 0x1D6875) is unknown color: approx Allports. HEX triplet: 1D, 68 and 75. RGB value is (29,104,117). Sum of RGB (Red+Green+Blue) = 29+104+117=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D6875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6875 is #E2978A. Grayscale: #525252. Windows color (decimal): -14849931 or 7694365. OLE color: 7694365.

HSL color Cylindrical-coordinate representation of color #1D6875: hue angle of 188.86º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D6875 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB29104117-
CMYK0.750.1100.54
HSL188.86º60.27%28.63%-
HSV(B)188.86º75.21%45.88%-
XYZ8.6711.4518.58-
YUV83.06147.1589.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.6%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=11.6%
G=41.6%
B=46.8%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal291041170.750.1100.54188.8660.2728.63
Hex1D68754BB036bd3c1d
Octal35150165113130662757435
Binary11101110100011101011001011101101101101011110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,104,117); }

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

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

 a { background-color: rgb(29,104,117); }

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

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

 span { border-color: rgb(29,104,117); }

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