#1F6077

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

Shades of Orient #1F6077

Tints of Orient #1F6077

Color information

#1F6077 (or 0x1F6077) is unknown color: approx Orient. HEX triplet: 1F, 60 and 77. RGB value is (31,96,119). Sum of RGB (Red+Green+Blue) = 31+96+119=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F6077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6077 is #E09F88. Grayscale: #4F4F4F. Windows color (decimal): -14720905 or 7823391. OLE color: 7823391.

HSL color Cylindrical-coordinate representation of color #1F6077: hue angle of 195.68º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6077 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3196119-
CMYK0.740.1900.53
HSL195.68º58.67%29.41%-
HSV(B)195.68º73.95%46.67%-
XYZ8.089.9918.96-
YUV79.19150.4793.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=12.60%
G=39.02%
B=48.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31961190.740.1900.53195.6858.6729.41
Hex1F60774A13035c43b1d
Octal37140167112230653047335
Binary111111100000111011110010101001101101011100010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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