#1F607C

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

Shades of Orient #1F607C

Tints of Orient #1F607C

Color information

#1F607C (or 0x1F607C) is unknown color: approx Orient. HEX triplet: 1F, 60 and 7C. RGB value is (31,96,124). Sum of RGB (Red+Green+Blue) = 31+96+124=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F607C is #E09F83. Grayscale: #4F4F4F. Windows color (decimal): -14720900 or 8151071. OLE color: 8151071.

HSL color Cylindrical-coordinate representation of color #1F607C: hue angle of 198.06º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F607C is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3196124-
CMYK0.750.2300.51
HSL198.06º60%30.39%-
HSV(B)198.06º75%48.63%-
XYZ8.3910.1120.58-
YUV79.76152.9793.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=12.35%
G=38.25%
B=49.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31961240.750.2300.51198.066030.39
Hex1F607C4B17033c63c1e
Octal37140174113270633067436
Binary111111100000111110010010111011101100111100011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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