#1B607F

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

Shades of Orient #1B607F

Tints of Orient #1B607F

Color information

#1B607F (or 0x1B607F) is unknown color: approx Orient. HEX triplet: 1B, 60 and 7F. RGB value is (27,96,127). Sum of RGB (Red+Green+Blue) = 27+96+127=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #1B607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B607F is #E49F80. Grayscale: #4E4E4E. Windows color (decimal): -14983041 or 8347675. OLE color: 8347675.

HSL color Cylindrical-coordinate representation of color #1B607F: hue angle of 198.6º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B607F is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2796127-
CMYK0.790.2400.50
HSL198.6º64.94%30.2%-
HSV(B)198.6º78.74%49.8%-
XYZ8.4710.1321.59-
YUV78.9155.1490.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.8%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 127 (50% from 255) = 50.8%
R=10.8%
G=38.4%
B=50.8%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal27961270.790.2400.50198.664.9430.2
Hex1B607F4F18032c7411e
Octal331401771173006230710136
Binary1101111000001111111100111111000011001011000111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,96,127); }

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

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

 a { background-color: rgb(27,96,127); }

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

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

 span { border-color: rgb(27,96,127); }

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