#1D7494

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

Shades of Allports #1D7494

Tints of Allports #1D7494

Color information

#1D7494 (or 0x1D7494) is unknown color: approx Allports. HEX triplet: 1D, 74 and 94. RGB value is (29,116,148). Sum of RGB (Red+Green+Blue) = 29+116+148=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D7494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7494 is #E28B6B. Grayscale: #5D5D5D. Windows color (decimal): -14846828 or 9729053. OLE color: 9729053.

HSL color Cylindrical-coordinate representation of color #1D7494: hue angle of 196.13º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D7494 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB29116148-
CMYK0.800.2200.42
HSL196.13º67.23%34.71%-
HSV(B)196.13º80.41%58.04%-
XYZ12.114.8930.25-
YUV93.64158.6881.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.90%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 148 (58.20% from 255) = 50.51%
R=9.90%
G=39.59%
B=50.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal291161480.800.2200.42196.1367.2334.71
Hex1D7494501602Ac44323
Octal351642241202605230410343
Binary111011110100100101001010000101100101010110001001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,116,148); }

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

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

 a { background-color: rgb(29,116,148); }

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

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

 span { border-color: rgb(29,116,148); }

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