#1F5175

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

Shades of Orient #1F5175

Tints of Orient #1F5175

Color information

#1F5175 (or 0x1F5175) is unknown color: approx Orient. HEX triplet: 1F, 51 and 75. RGB value is (31,81,117). Sum of RGB (Red+Green+Blue) = 31+81+117=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F5175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5175 is #E0AE8A. Grayscale: #454545. Windows color (decimal): -14724747 or 7688479. OLE color: 7688479.

HSL color Cylindrical-coordinate representation of color #1F5175: hue angle of 205.12º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5175 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3181117-
CMYK0.740.3100.54
HSL205.12º58.11%29.02%-
HSV(B)205.12º73.5%45.88%-
XYZ6.727.4617.92-
YUV70.15154.44100.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=13.54%
G=35.37%
B=51.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31811170.740.3100.54205.1258.1129.02
Hex1F51754A1F036cd3a1d
Octal37121165112370663157235
Binary111111010001111010110010101111101101101100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,81,117); }

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

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

 a { background-color: rgb(31,81,117); }

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

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

 span { border-color: rgb(31,81,117); }

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