#1d758e

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

Shades of Allports #1D758E

Tints of Allports #1D758E

Color information

#1D758E (or 0x1D758E) is unknown color: approx Allports. HEX triplet: 1D, 75 and 8E. RGB value is (29,117,142). Sum of RGB (Red+Green+Blue) = 29+117+142=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #1D758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D758E is #E28A71. Grayscale: #5D5D5D. Windows color (decimal): -14846578 or 9336093. OLE color: 9336093.

HSL color Cylindrical-coordinate representation of color #1D758E: hue angle of 193.27º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D758E is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB29117142-
CMYK0.800.1800.44
HSL193.27º66.08%33.53%-
HSV(B)193.27º79.58%55.69%-
XYZ11.7514.9427.85-
YUV93.54155.3581.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.07%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 142 (55.86% from 255) = 49.31%
R=10.07%
G=40.62%
B=49.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal291171420.800.1800.44193.2766.0833.53
Hex1D758E501202Cc14222
Octal351652161202205430110242
Binary111011110101100011101010000100100101100110000011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d758e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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