#1F5F75

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

Shades of Orient #1F5F75

Tints of Orient #1F5F75

Color information

#1F5F75 (or 0x1F5F75) is unknown color: approx Orient. HEX triplet: 1F, 5F and 75. RGB value is (31,95,117). Sum of RGB (Red+Green+Blue) = 31+95+117=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F5F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F75 is #E0A08A. Grayscale: #4E4E4E. Windows color (decimal): -14721163 or 7692063. OLE color: 7692063.

HSL color Cylindrical-coordinate representation of color #1F5F75: hue angle of 195.35º 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 #1F5F75 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3195117-
CMYK0.740.1900.54
HSL195.35º58.11%29.02%-
HSV(B)195.35º73.5%45.88%-
XYZ7.879.7618.3-
YUV78.37149.894.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.76%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=12.76%
G=39.09%
B=48.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31951170.740.1900.54195.3558.1129.02
Hex1F5F754A13036c33a1d
Octal37137165112230663037235
Binary111111011111111010110010101001101101101100001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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