#1F5873

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

Shades of Orient #1F5873

Tints of Orient #1F5873

Color information

#1F5873 (or 0x1F5873) is unknown color: approx Orient. HEX triplet: 1F, 58 and 73. RGB value is (31,88,115). Sum of RGB (Red+Green+Blue) = 31+88+115=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F5873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5873 is #E0A78C. Grayscale: #494949. Windows color (decimal): -14722957 or 7559199. OLE color: 7559199.

HSL color Cylindrical-coordinate representation of color #1F5873: hue angle of 199.29º 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 #1F5873 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3188115-
CMYK0.730.2300.55
HSL199.29º57.53%28.63%-
HSV(B)199.29º73.04%45.1%-
XYZ7.158.5117.49-
YUV74.04151.1297.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.25%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=13.25%
G=37.61%
B=49.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31881150.730.2300.55199.2957.5328.63
Hex1F58734917037c73a1d
Octal37130163111270673077235
Binary111111011000111001110010011011101101111100011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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