#1F597B

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

Shades of Orient #1F597B

Tints of Orient #1F597B

Color information

#1F597B (or 0x1F597B) is unknown color: approx Orient. HEX triplet: 1F, 59 and 7B. RGB value is (31,89,123). Sum of RGB (Red+Green+Blue) = 31+89+123=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F597B is #E0A684. Grayscale: #4B4B4B. Windows color (decimal): -14722693 or 8083743. OLE color: 8083743.

HSL color Cylindrical-coordinate representation of color #1F597B: hue angle of 202.17º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F597B is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3189123-
CMYK0.750.2800.52
HSL202.17º59.74%30.2%-
HSV(B)202.17º74.8%48.24%-
XYZ7.718.8720.04-
YUV75.53154.7896.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.76%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=12.76%
G=36.63%
B=50.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31891230.750.2800.52202.1759.7430.2
Hex1F597B4B1C034ca3c1e
Octal37131173113340643127436
Binary111111011001111101110010111110001101001100101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,89,123); }

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

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

 a { background-color: rgb(31,89,123); }

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

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

 span { border-color: rgb(31,89,123); }

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