#1F5F7A

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

Shades of Orient #1F5F7A

Tints of Orient #1F5F7A

Color information

#1F5F7A (or 0x1F5F7A) is unknown color: approx Orient. HEX triplet: 1F, 5F and 7A. RGB value is (31,95,122). Sum of RGB (Red+Green+Blue) = 31+95+122=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F5F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5F7A is #E0A085. Grayscale: #4E4E4E. Windows color (decimal): -14721158 or 8019743. OLE color: 8019743.

HSL color Cylindrical-coordinate representation of color #1F5F7A: hue angle of 197.8º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F5F7A is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3195122-
CMYK0.750.2200.52
HSL197.8º59.48%30%-
HSV(B)197.8º74.59%47.84%-
XYZ8.179.8819.89-
YUV78.94152.393.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.5%
GREEN value IS 95 (37.5% from 255) = 38.31%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=12.5%
G=38.31%
B=49.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31951220.750.2200.52197.859.4830
Hex1F5F7A4B16034c63b1e
Octal37137172113260643067336
Binary111111011111111101010010111011001101001100011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,95,122); }

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

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

 a { background-color: rgb(31,95,122); }

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

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

 span { border-color: rgb(31,95,122); }

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