#1D7594

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

Shades of Allports #1D7594

Tints of Allports #1D7594

Color information

#1D7594 (or 0x1D7594) is unknown color: approx Allports. HEX triplet: 1D, 75 and 94. RGB value is (29,117,148). Sum of RGB (Red+Green+Blue) = 29+117+148=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #1D7594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7594 is #E28A6B. Grayscale: #5E5E5E. Windows color (decimal): -14846572 or 9729309. OLE color: 9729309.

HSL color Cylindrical-coordinate representation of color #1D7594: hue angle of 195.63º 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 #1D7594 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB29117148-
CMYK0.800.2100.42
HSL195.63º67.23%34.71%-
HSV(B)195.63º80.41%58.04%-
XYZ12.2115.1230.29-
YUV94.22158.3581.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.86%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 148 (58.20% from 255) = 50.34%
R=9.86%
G=39.80%
B=50.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal291171480.800.2100.42195.6367.2334.71
Hex1D7594501502Ac44323
Octal351652241202505230410343
Binary111011110101100101001010000101010101010110001001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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