#1D7892

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

Shades of Allports #1D7892

Tints of Allports #1D7892

Color information

#1D7892 (or 0x1D7892) is unknown color: approx Allports. HEX triplet: 1D, 78 and 92. RGB value is (29,120,146). Sum of RGB (Red+Green+Blue) = 29+120+146=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #1D7892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7892 is #E2876D. Grayscale: #5F5F5F. Windows color (decimal): -14845806 or 9599005. OLE color: 9599005.

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

Color convert

RGB29120146-
CMYK0.800.1800.43
HSL193.33º66.86%34.31%-
HSV(B)193.33º80.14%57.25%-
XYZ12.4115.7729.58-
YUV95.76156.3580.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.83%
GREEN value IS 120 (47.27% from 255) = 40.68%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=9.83%
G=40.68%
B=49.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal291201460.800.1800.43193.3366.8634.31
Hex1D7892501202Bc14322
Octal351702221202205330110342
Binary111011111000100100101010000100100101011110000011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,120,146); }

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

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

 a { background-color: rgb(29,120,146); }

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

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

 span { border-color: rgb(29,120,146); }

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