#1F6076

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

Shades of Orient #1F6076

Tints of Orient #1F6076

Color information

#1F6076 (or 0x1F6076) is unknown color: approx Orient. HEX triplet: 1F, 60 and 76. RGB value is (31,96,118). Sum of RGB (Red+Green+Blue) = 31+96+118=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F6076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6076 is #E09F89. Grayscale: #4E4E4E. Windows color (decimal): -14720906 or 7757855. OLE color: 7757855.

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

Color convert

RGB3196118-
CMYK0.740.1900.54
HSL195.17º58.39%29.22%-
HSV(B)195.17º73.73%46.27%-
XYZ8.029.9718.64-
YUV79.07149.9793.71-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.65%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=12.65%
G=39.18%
B=48.16%

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
Decimal31961180.740.1900.54195.1758.3929.22
Hex1F60764A13036c33a1d
Octal37140166112230663037235
Binary111111100000111011010010101001101101101100001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,96,118); }

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

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

 a { background-color: rgb(31,96,118); }

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

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

 span { border-color: rgb(31,96,118); }

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