#1F526C

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

Shades of Orient #1F526C

Tints of Orient #1F526C

Color information

#1F526C (or 0x1F526C) is unknown color: approx Orient. HEX triplet: 1F, 52 and 6C. RGB value is (31,82,108). Sum of RGB (Red+Green+Blue) = 31+82+108=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F526C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F526C is #E0AD93. Grayscale: #454545. Windows color (decimal): -14724500 or 7098911. OLE color: 7098911.

HSL color Cylindrical-coordinate representation of color #1F526C: hue angle of 200.26º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F526C is Cyan = 0.71, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3182108-
CMYK0.710.2400.58
HSL200.26º55.4%27.25%-
HSV(B)200.26º71.3%42.35%-
XYZ6.297.4115.29-
YUV69.72149.6100.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.03%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=14.03%
G=37.10%
B=48.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31821080.710.2400.58200.2655.427.25
Hex1F526C471803Ac8371b
Octal37122154107300723106733
Binary111111010010110110010001111100001110101100100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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