#1F6072

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

Shades of Orient #1F6072

Tints of Orient #1F6072

Color information

#1F6072 (or 0x1F6072) is unknown color: approx Orient. HEX triplet: 1F, 60 and 72. RGB value is (31,96,114). Sum of RGB (Red+Green+Blue) = 31+96+114=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F6072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6072 is #E09F8D. Grayscale: #4E4E4E. Windows color (decimal): -14720910 or 7495711. OLE color: 7495711.

HSL color Cylindrical-coordinate representation of color #1F6072: hue angle of 193.01º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F6072 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3196114-
CMYK0.730.1600.55
HSL193.01º57.24%28.43%-
HSV(B)193.01º72.81%44.71%-
XYZ7.799.8717.41-
YUV78.62147.9794.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.86%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=12.86%
G=39.83%
B=47.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31961140.730.1600.55193.0157.2428.43
Hex1F60724910037c1391c
Octal37140162111200673017134
Binary111111100000111001010010011000001101111100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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