#1F6073

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

Shades of Orient #1F6073

Tints of Orient #1F6073

Color information

#1F6073 (or 0x1F6073) is unknown color: approx Orient. HEX triplet: 1F, 60 and 73. RGB value is (31,96,115). Sum of RGB (Red+Green+Blue) = 31+96+115=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F6073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6073 is #E09F8C. Grayscale: #4E4E4E. Windows color (decimal): -14720909 or 7561247. OLE color: 7561247.

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

Color convert

RGB3196115-
CMYK0.730.1700.55
HSL193.57º57.53%28.63%-
HSV(B)193.57º73.04%45.1%-
XYZ7.849.8917.72-
YUV78.73148.4793.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.81%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=12.81%
G=39.67%
B=47.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31961150.730.1700.55193.5757.5328.63
Hex1F60734911037c23a1d
Octal37140163111210673027235
Binary111111100000111001110010011000101101111100001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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