#1D7283

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

Shades of Allports #1D7283

Tints of Allports #1D7283

Color information

#1D7283 (or 0x1D7283) is unknown color: approx Allports. HEX triplet: 1D, 72 and 83. RGB value is (29,114,131). Sum of RGB (Red+Green+Blue) = 29+114+131=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D7283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7283 is #E28D7C. Grayscale: #5A5A5A. Windows color (decimal): -14847357 or 8614429. OLE color: 8614429.

HSL color Cylindrical-coordinate representation of color #1D7283: hue angle of 190º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D7283 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB29114131-
CMYK0.780.1300.49
HSL190º63.75%31.37%-
HSV(B)190º77.86%51.37%-
XYZ10.6213.9323.6-
YUV90.52150.8484.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.58%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=10.58%
G=41.61%
B=47.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal291141310.780.1300.4919063.7531.37
Hex1D72834ED031be401f
Octal351622031161506127610037
Binary1110111100101000001110011101101011000110111110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,114,131); }

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

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

 a { background-color: rgb(29,114,131); }

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

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

 span { border-color: rgb(29,114,131); }

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