#1F5578

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

Shades of Orient #1F5578

Tints of Orient #1F5578

Color information

#1F5578 (or 0x1F5578) is unknown color: approx Orient. HEX triplet: 1F, 55 and 78. RGB value is (31,85,120). Sum of RGB (Red+Green+Blue) = 31+85+120=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F5578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5578 is #E0AA87. Grayscale: #484848. Windows color (decimal): -14723720 or 7886111. OLE color: 7886111.

HSL color Cylindrical-coordinate representation of color #1F5578: hue angle of 203.6º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5578 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3185120-
CMYK0.740.2900.53
HSL203.6º58.94%29.61%-
HSV(B)203.6º74.17%47.06%-
XYZ7.28.1418.96-
YUV72.84154.6198.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.14%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=13.14%
G=36.02%
B=50.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31851200.740.2900.53203.658.9429.61
Hex1F55784A1D035cc3b1e
Octal37125170112350653147336
Binary111111010101111100010010101110101101011100110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,85,120); }

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

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

 a { background-color: rgb(31,85,120); }

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

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

 span { border-color: rgb(31,85,120); }

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