#1F5273

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

Shades of Orient #1F5273

Tints of Orient #1F5273

Color information

#1F5273 (or 0x1F5273) is unknown color: approx Orient. HEX triplet: 1F, 52 and 73. RGB value is (31,82,115). Sum of RGB (Red+Green+Blue) = 31+82+115=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F5273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5273 is #E0AD8C. Grayscale: #464646. Windows color (decimal): -14724493 or 7557663. OLE color: 7557663.

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

Color convert

RGB3182115-
CMYK0.730.2900.55
HSL203.57º57.53%28.63%-
HSV(B)203.57º73.04%45.1%-
XYZ6.687.5617.33-
YUV70.51153.199.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=13.60%
G=35.96%
B=50.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31821150.730.2900.55203.5757.5328.63
Hex1F5273491D037cc3a1d
Octal37122163111350673147235
Binary111111010010111001110010011110101101111100110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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