#1F516F

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

Shades of Orient #1F516F

Tints of Orient #1F516F

Color information

#1F516F (or 0x1F516F) is unknown color: approx Orient. HEX triplet: 1F, 51 and 6F. RGB value is (31,81,111). Sum of RGB (Red+Green+Blue) = 31+81+111=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F516F is #E0AE90. Grayscale: #454545. Windows color (decimal): -14724753 or 7295263. OLE color: 7295263.

HSL color Cylindrical-coordinate representation of color #1F516F: hue angle of 202.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F516F is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3181111-
CMYK0.720.2700.56
HSL202.5º56.34%27.84%-
HSV(B)202.5º72.07%43.53%-
XYZ6.387.3216.12-
YUV69.47151.44100.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=13.90%
G=36.32%
B=49.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31811110.720.2700.56202.556.3427.84
Hex1F516F481B038ca381c
Octal37121157110330703127034
Binary111111010001110111110010001101101110001100101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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